Crate loggerithm

Source
Expand description

Modules§

internal
Internal objects and functions.
level
Everything related to logging levels.
logger
Everything related to loggers.

Macros§

log
Call the target callbacks of the logger in the current module.
log_level
Registers a new log level.
logger
Register a logger for the module and any submodules that don’t override it.

Structs§

LogContext
Passed as an argument when the log target callback is called.