Documentation ¶
Index ¶
- func Debug(params ...interface{})
- func Error(params ...interface{})
- func Fatal(params ...interface{})
- func Fatalf(params ...interface{})
- func Info(params ...interface{})
- func Level(level levels.LogLevel)
- func Log(level levels.LogLevel, params ...interface{})
- func Logger(args ...string) logger.Logger
- func Printf(params ...interface{})
- func Println(params ...interface{})
- func Stol(level string) levels.LogLevel
- func Trace(params ...interface{})
- func Warn(params ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Logger ¶
Returns a Logger instance
If no arguments are given, the global/root logger instance will be returned.
If at least one argument is given, the logger instance for that namespace will be returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.