Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debug(msg string, values ...interface{})
Info(msg string, values ...interface{})
Warn(msg string, values ...interface{})
Error(msg string, values ...interface{})
Fatal(msg string, values ...interface{})
Level() string
}
func NewEmptyLogger ¶
func NewEmptyLogger() Logger
func NewStdLogger ¶
Click to show internal directories.
Click to hide internal directories.