Documentation ¶
Index ¶
Constants ¶
View Source
const ( Off = iota Fatal Error Warning Info Debug )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(format string, args ...interface{}) Info(format string, args ...interface{}) Warning(format string, args ...interface{}) Error(format string, args ...interface{}) Fatal(format string, args ...interface{}) SetLevel(level int) Close() }
func CreateIoWriter ¶
func CreateSyslog ¶
Click to show internal directories.
Click to hide internal directories.