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 GetLogger() *logs.BeeLogger
- func Info(f interface{}, v ...interface{})
- func Informational(f interface{}, v ...interface{})
- func Init()
- func Notice(f interface{}, v ...interface{})
- func Print(module string, level string, format string, reason ...interface{})
- func Trace(f interface{}, v ...interface{})
- func Warn(f interface{}, v ...interface{})
- func Warning(f interface{}, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Critical ¶
func Critical(f interface{}, v ...interface{})
Critical logs a message at critical level.
func Emergency ¶
func Emergency(f interface{}, v ...interface{})
Emergency logs a message at emergency level.
func Informational ¶
func Informational(f interface{}, v ...interface{})
Informational logs a message at info level.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.