Documentation ¶
Index ¶
- type Logger
- func (l *Logger) Debug(format string, v ...interface{})
- func (l *Logger) Error(format string, v ...interface{})
- func (l *Logger) Info(format string, v ...interface{})
- func (l *Logger) SetErrOut(out io.Writer)
- func (l *Logger) SetInfoOut(out io.Writer)
- func (l *Logger) Warning(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func NewStandardLogger ¶ added in v0.1.30
func NewStandardLogger() *Logger
func (*Logger) SetInfoOut ¶ added in v0.1.30
Click to show internal directories.
Click to hide internal directories.