Versions in this module Expand all Collapse all v0 v0.3.0 Mar 15, 2017 Changes in this version + func NewLogBuffer(maxLines int) *logBuffer + type LogBuffer interface + Match func(string) []*types.Log + Push func(*types.Log) + String func() string + type LogMonitor interface + Start func() (<-chan *types.Status, error) + Stop func() + func NewLogMonitorOrDie(configPath string) LogMonitor + type MonitorConfig struct + BufferSize int + DefaultConditions []types.Condition + Rules []logtypes.Rule + Source string