Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Sensor is the sensor logger Sensor *log.Logger // Errors is the errors logger Errors *log.Logger // Warnings is the warnings logger Warnings *log.Logger // Std is the standard logger Std *log.Logger )
View Source
var ( // LogChan is the channel used to receive events to be logged LogChan = make(chan events.Event) )
Functions ¶
func InitLoggers ¶
func InitLoggers() error
InitLoggers setup the logging environment and initialize the loggers according to the loaded configuration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.