Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorLvl = 0 WarningLvl = 1 InfoLvl = 2 ActionLvl = 3 KeysLvl = 4 KeysNotAssignedLvl = 5 AnalogLvl = 6 DebugLvl = 378 )
Variables ¶
View Source
var ( Error = zap.Int("level", ErrorLvl) Warning = zap.Int("level", WarningLvl) Info = zap.Int("level", InfoLvl) Action = zap.Int("level", ActionLvl) Keys = zap.Int("level", KeysLvl) KeysNotAssigned = zap.Int("level", KeysNotAssignedLvl) Analog = zap.Int("level", AnalogLvl) Debug = zap.Int("level", 378) )
View Source
var Messages = make(chan []byte, 128)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.