Documentation ¶
Index ¶
- func Debug(message string, v ...interface{})
- func Error(message string, v ...interface{})
- func Fatal(message string, v ...interface{})
- func Info(message string, v ...interface{})
- func Panic(message string, v ...interface{})
- func SetFormatter(format Format)
- func SetOutput(out io.Writer)
- func Trace(message string, v ...interface{})
- func Warn(message string, v ...interface{})
- type Entry
- func (entry *Entry) Debug(message string, v ...interface{})
- func (entry *Entry) Error(message string, v ...interface{})
- func (entry *Entry) Fatal(message string, v ...interface{})
- func (entry *Entry) Info(message string, v ...interface{})
- func (entry *Entry) Panic(message string, v ...interface{})
- func (entry *Entry) Trace(message string, v ...interface{})
- func (entry *Entry) Warn(message string, v ...interface{})
- type F
- type Format
- type Level
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetFormatter ¶
func SetFormatter(format Format)
Types ¶
Click to show internal directories.
Click to hide internal directories.