Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(tag, msg string, args ...interface{}) DebugWithDetails(tag, msg string, args ...interface{}) Info(tag, msg string, args ...interface{}) Warn(tag, msg string, args ...interface{}) Error(tag, msg string, args ...interface{}) ErrorWithDetails(tag, msg string, args ...interface{}) HandlePanic(tag string) ToggleForcedDebug() }
Click to show internal directories.
Click to hide internal directories.