Documentation
¶
Index ¶
- type Instance
- func (l *Instance) Debug(message string)
- func (l *Instance) Debugf(format string, args ...interface{})
- func (l *Instance) Error(message string)
- func (l *Instance) Errorf(format string, args ...interface{})
- func (l *Instance) Fatal(message string)
- func (l *Instance) Fatalf(format string, args ...interface{})
- func (l *Instance) Info(message string)
- func (l *Instance) Infof(format string, args ...interface{})
- func (l *Instance) Log(level LogLevel, message string)
- func (l *Instance) Logf(level LogLevel, format string, a ...interface{})
- func (l *Instance) Panic(message string)
- func (l *Instance) SetPrinter(printer Printer)
- func (l *Instance) Warn(message string)
- func (l *Instance) Warnf(format string, args ...interface{})
- type LogLevel
- type Printer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func (*Instance) SetPrinter ¶
Click to show internal directories.
Click to hide internal directories.