Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter struct {
UseColors bool // show colors on log level
UseMessageColors bool // show message color as well as level
ShowFullLevel bool // true to show full level [WARNING] instead [WARN]
TrimMessages bool // true to trim whitespace on messages
UseTitleLevel bool // always capitalize first letter of the level
}
Formatter - logrus formatter, implements logrus.Formatter
Click to show internal directories.
Click to hide internal directories.