Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Panicf(msg string, args ...interface{}) Fatalf(msg string, args ...interface{}) Errorf(msg string, args ...interface{}) Warnf(msg string, args ...interface{}) Infof(msg string, args ...interface{}) Debugf(msg string, args ...interface{}) }
Logger represents a general-purpose logger.
type LoggerProvider ¶
LoggerProvider is a factory for moduled loggers.
Click to show internal directories.
Click to hide internal directories.