Module logger

Source
Expand description

Contains setup and configuration for the application-wide logging framework.

Enums§

LoggerSetupError
Contains the error definition for the logger setup.

Functions§

log_error_chain
Logs an error and its entire chain of sources with a given context message.
setup_logger
Sets up and configures the application’s global logger using the fern crate.