Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SyslogPriorityMap = map[int]logstd.Level{ 0: log.PanicLevel, 1: log.PanicLevel, 2: log.PanicLevel, 3: log.ErrorLevel, 4: log.WarnLevel, 5: log.InfoLevel, 6: log.InfoLevel, 7: log.DebugLevel, }
Functions ¶
Types ¶
type InputConfig ¶
Click to show internal directories.
Click to hide internal directories.