Versions in this module Expand all Collapse all v1 v1.0.1 Jun 7, 2022 Changes in this version + type ColorScheme struct + DebugLevelStyle string + ErrorLevelStyle string + FatalLevelStyle string + InfoLevelStyle string + PanicLevelStyle string + PrefixStyle string + TimestampStyle string + WarnLevelStyle string + type TextFormatter struct + DisableColors bool + DisableSorting bool + DisableTimestamp bool + DisableUppercase bool + ForceColors bool + ForceFormatting bool + FullTimestamp bool + QuoteCharacter string + QuoteEmptyFields bool + SpacePadding int + TimestampFormat string + func (f *TextFormatter) Format(entry *logrus.Entry) ([]byte, error) + func (f *TextFormatter) SetColorScheme(colorScheme *ColorScheme)