Documentation ¶
Index ¶
- func DebugF(format string, args ...interface{})
- func ErrorF(format string, args ...interface{})
- func FatalF(format string, args ...interface{})
- func InfoF(format string, args ...interface{})
- func PanicF(format string, args ...interface{})
- func SetLevel(lv string)
- func SetLogger(l WkLogger)
- func WarnF(format string, args ...interface{})
- type WkLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WkLogger ¶
type WkLogger interface { SetLevel(lv string) DebugF(formate string, args ...interface{}) InfoF(formate string, args ...interface{}) WarnF(formate string, args ...interface{}) ErrorF(formate string, args ...interface{}) PanicF(formate string, args ...interface{}) FatalF(formate string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.