Module log

Module log 

Source
Expand description

Formatted logging using the log crate.

Re-exports§

pub use self::Level::*;

Macros§

debug
Logs a message at the debug level.
error
Logs a message at the error level.
info
Logs a message at the info level.
init
Initializes af_runtime::logger.
trace
Logs a message at the trace level.
warn
Logs a message at the warn level.

Enums§

Level
An enum representing the available verbosity levels of the logger.

Functions§

init
Initializes the logger.
set_level
Sets the level of the logger.
set_level_of
Sets the level of a target.