Versions in this module Expand all Collapse all v0 v0.1.1 Feb 9, 2021 Changes in this version + const LL_CRITICAL + const LL_DEBUG + const LL_ERROR + const LL_INFO + const LL_LOGLEVEL_SIZE + const LL_MAX_LEVEL + const LL_MIN_LEVEL + const LL_WARNING + func Close() + func Critical(msg string) + func Criticalf(format string, params ...interface{}) + func Debug(msg string) + func Debugf(format string, params ...interface{}) + func Error(msg string) + func Errorf(format string, params ...interface{}) + func Fatal(msg string) + func Fatalf(format string, params ...interface{}) + func Info(msg string) + func Infof(format string, params ...interface{}) + func Panic(msg string) + func Panicf(format string, params ...interface{}) + func RegisterLogger(minLogLevel, maxLogLevel LogLevel, log Logger) + func SetLogLevel(level LogLevel) + func Warning(msg string) + func Warningf(format string, params ...interface{}) + type LogLevel int + func GetLogLevel() LogLevel + func NewLogLevel(s string) *LogLevel + func (ll *LogLevel) UnmarshalJSON(data []byte) error + func (ll LogLevel) MarshalJSON() ([]byte, error) + func (ll LogLevel) String() string + type Logger interface + Close func() + Critical func(string) + Criticalf func(string, ...interface{}) + Debug func(string) + Debugf func(string, ...interface{}) + Error func(string) + Errorf func(string, ...interface{}) + GetLogLevel func() syslog.Priority + Info func(string) + Infof func(string, ...interface{}) + SetLogLevel func(syslog.Priority) + Warning func(string) + Warningf func(string, ...interface{})