Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶ added in v0.0.3
type Logger interface { Infof(format string, args ...interface{}) Errorf(format string, args ...interface{}) Debugf(format string, args ...interface{}) WithFields(map[string]interface{}) Logger }
Logger is an interface for logger.
func GetNoopLog ¶ added in v0.0.3
func GetNoopLog() Logger
Click to show internal directories.
Click to hide internal directories.