Versions in this module Expand all Collapse all v1 v1.0.0 Nov 12, 2023 Changes in this version + var LogLevelMapping = map[string]LogLevel + var SingLogger L.ContextLogger = singLogger + func Debugln(format string, v ...any) + func Errorln(format string, v ...any) + func Fatalln(format string, v ...any) + func Infoln(format string, v ...any) + func SetLevel(newLevel LogLevel) + func Subscribe() observable.Subscription[Event] + func UnSubscribe(sub observable.Subscription[Event]) + func Warnln(format string, v ...any) + type Event struct + LogLevel LogLevel + Payload string + func (e *Event) Type() string + type LogLevel int + const DEBUG + const ERROR + const INFO + const SILENT + const WARNING + func Level() LogLevel + func (l *LogLevel) UnmarshalJSON(data []byte) error + func (l *LogLevel) UnmarshalYAML(unmarshal func(any) error) error + func (l LogLevel) MarshalJSON() ([]byte, error) + func (l LogLevel) MarshalYAML() (any, error) + func (l LogLevel) String() string