[][src]Module indigo::log

Logging based on the log crate.

Re-exports

pub use log_crate::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 the log module and sets the default level of the current crate.

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.