Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogger ¶ added in v0.0.4
type ILogger interface {
Close()
IsDev() bool
IsDebug() bool
FormatOutput(args ...interface{}) string
Sdump(args ...interface{}) string
Debug(args ...interface{})
DebugF(format string, args ...interface{})
DebugFRaw(format string, args ...interface{})
Info(args ...interface{})
InfoF(format string, args ...interface{})
InfoFRaw(format string, args ...interface{})
InfoDump(args ...interface{})
Warn(args ...interface{})
WarnF(format string, args ...interface{})
WarnFRaw(format string, args ...interface{})
Error(args ...interface{})
ErrorF(format string, args ...interface{})
ErrorFRaw(format string, args ...interface{})
}
Click to show internal directories.
Click to hide internal directories.