Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(s string, args ...interface{})
- func Error(s string, args ...interface{})
- func GetLogger() *log.Logger
- func Info(s string, args ...interface{})
- func Inspect(i interface{})
- func Log(level Level, s string, args ...interface{})
- func SetLevel(level Level)
- func SetLogger(logger *log.Logger)
- func Trace(s string, args ...interface{})
- func Warn(s string, args ...interface{})
- type Fields
- type Level
Constants ¶
View Source
const ( //InfoLevel ... InfoLevel = Level(log.InfoLevel) // ErrorLevel ... ErrorLevel = Level(log.ErrorLevel) // WarnLevel ... WarnLevel = Level(log.WarnLevel) // DebugLevel ... DebugLevel = Level(log.DebugLevel) // TraceLevel ... TraceLevel = Level(log.TraceLevel) )
Variables ¶
View Source
var LogEntry *logEntry = new()
LogEntry ...
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.