Versions in this module Expand all Collapse all v0 v0.4.0 Oct 31, 2024 Changes in this version + func NewLogger(userConfig *Config) tuxlogi.Logger + type Config struct + Dest io.Writer + MaxLevel Level + PanicInFatal bool + SkipCallerInfo bool + SkipLogLevel bool + SkipTimestamp bool + TimestampLoggingFormat string + func NewConsoleLoggerConfig() *Config + func NewVanillaLoggerConfig() *Config + type Level uint8 + const LvlDebug + const LvlError + const LvlFatal + const LvlInfo + const LvlTrace + const LvlWarn + func (l Level) String() string