Documentation ¶
Index ¶
Constants ¶
View Source
const ( INFO int = iota WARNING ERROR DEBUG )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(args ...interface{}) Warning(args ...interface{}) Error(args ...interface{}) Debug(args ...interface{}) }
func DefaultLogger ¶
func DefaultLogger() Logger
Click to show internal directories.
Click to hide internal directories.