Documentation
¶
Index ¶
Constants ¶
View Source
const ( NOP uint8 = iota ALARM ERROR STAT INFO EVENT DEBUG UNKNOWN TEST )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLogger ¶
type DefaultLogger struct {
// contains filtered or unexported fields
}
func (*DefaultLogger) Emit ¶
func (l *DefaultLogger) Emit(severity uint8, template string, args ...interface{})
Prints out the message to the appropriate stream.
Click to show internal directories.
Click to hide internal directories.