Expand description
Github.com : https://github.com/Totobird-Creations/loggerithm
Crates.io : https://crates.io/crates/loggerithm
Docs.rs : https://docs.rs/loggerithm
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.