Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DiscardLogger = NewLogger(io.Discard, LogLevelError)
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type LoggerFunc ¶
func (LoggerFunc) Debugf ¶
func (l LoggerFunc) Debugf(format string, args ...interface{})
func (LoggerFunc) Errorf ¶
func (l LoggerFunc) Errorf(format string, args ...interface{})
func (LoggerFunc) Infof ¶
func (l LoggerFunc) Infof(format string, args ...interface{})
func (LoggerFunc) Warnf ¶
func (l LoggerFunc) Warnf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.