Documentation ¶
Index ¶
- func Alert(f interface{}, v ...interface{})
- func Critical(f interface{}, v ...interface{})
- func Debug(f interface{}, v ...interface{})
- func Emergency(f interface{}, v ...interface{})
- func Error(f interface{}, v ...interface{})
- func Info(f interface{}, v ...interface{})
- func Notice(f interface{}, v ...interface{})
- func SetLogger(l Logger)
- func Trace(f interface{}, v ...interface{})
- func Warn(f interface{}, v ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Emergency(f string, v ...interface{}) Alert(f string, v ...interface{}) Critical(f string, v ...interface{}) Error(f string, v ...interface{}) Warn(f string, v ...interface{}) Notice(f string, v ...interface{}) Info(f string, v ...interface{}) Debug(f string, v ...interface{}) Trace(f string, v ...interface{}) }
Logger ..
Click to show internal directories.
Click to hide internal directories.