Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log *logrus.Logger
Functions ¶
Types ¶
type Formatter ¶
type Formatter struct { // FieldsOrder - default: fields sorted alphabetically FieldsOrder []string // TimestampFormat - default: time.StampMilli = "Jan _2 15:04:05.000" TimestampFormat string // HideKeys - show [fieldValue] instead of [fieldKey:fieldValue] HideKeys bool // NoColors - disable colors NoColors bool // NoFieldsColors - apply colors only to the level, default is level + fields NoFieldsColors bool // NoMsgColors - not apply colors to the msg NoMsgColors bool // ShowFullLevel - show a full level [WARNING] instead of [WARN] ShowFullLevel bool // NoUppercaseLevel - no upper case for level value NoUppercaseLevel bool // TrimMessages - trim whitespaces on messages TrimMessages bool }
Formatter - logrus formatter, implements logrus.Formatter
Click to show internal directories.
Click to hide internal directories.