Documentation ¶
Index ¶
- Constants
- func Crit(msg string, args ...interface{})
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Errorf(msg string, err error, args ...interface{})
- func Info(msg string, args ...interface{})
- func LvlFromString(lvl string) (log.Lvl, error)
- func New(ctx ...interface{}) log.Logger
- func NewGlogHandler(h log.Handler) *log.GlogHandler
- func Root() log.Logger
- func StreamHandler(w io.Writer, f log.Format) log.Handler
- func TerminalFormat(color bool) log.Format
- func Trace(msg string, args ...interface{})
- func Warn(msg string, args ...interface{})
- type Logger
- type Lvl
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func NewGlogHandler ¶
func NewGlogHandler(h log.Handler) *log.GlogHandler
func TerminalFormat ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.