Crate prettylogger

Source
Expand description

Fancy logger library.

Modules§

colors
Contains cosmetic, color-related utilities.
config
Implements various types used to customize Logger, LogFormatter and output streams’ behavior.
format
Contains LogFormatter, used to create formatted log messages from raw log structs.
output
Provides log stream implementations for directing log output to various destinations, such as files, standard error, or a log buffer.

Structs§

Error
Represents errors thrown by the prettylogger crate.
Logger
Logger capable of filtering logs, formatting them and distributing them to various streams.