Expand description
Fancy logger library.
Modules§
- colors
- Contains cosmetic, color-related utilities.
- config
- Implements various types used to customize
Logger,LogFormatterand output streams’ behavior. - format
- Contains
LogFormatter, used to create formatted log messages from raw log structs. - glob
- output
- Provides log stream implementations for directing log output to various destinations, such as files, standard error, or a log buffer.
Macros§
- debug
- Prints a debug message using the global
Loggerinstance. - err
- Prints an error using the global
Loggerinstance. - fatal
- Prints a fatal error using the global
Loggerinstance. - info
- Prints an info message using the global
Loggerinstance. - warn
- Prints a warning using the global
Loggerinstance.