Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log interface { Print(v ...interface{}) Printf(format string, v ...interface{}) Println(v ...interface{}) Info(v ...interface{}) Infof(format string, v ...interface{}) Infoln(v ...interface{}) Debug(v ...interface{}) Debugf(format string, v ...interface{}) Debugln(v ...interface{}) }
Log provides some common methods for outputting messages. It may be used to exchange the default log.Logger error logger with another provider.
func WithLogrus ¶
Click to show internal directories.
Click to hide internal directories.