Module indigo::log[][src]

Logging based on 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 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.

Functions

init

Initializes the logger.

set_level

Sets the level of the logger.

set_level_of

Sets the level of a target.