Crate consola

Crate consola 

Source
Expand description

consola-rs core library: modular facade.

Re-exports§

pub use levels::*;
pub use record::*;
pub use throttling::*;
pub use reporter::*;
pub use format::*;
pub use error_chain::*;
pub use utils::*;
pub use clock::*;
pub use macros::*;

Modules§

clock
error_chain
format
levels
macros
Ergonomic macros for logging
record
reporter
throttling
utils

Macros§

debug
Log a debug message
debug_raw
Log a debug message (raw, no formatting)
error
Log an error message
error_raw
Log an error message (raw, no formatting)
fail
Log a fail message
fatal
Log a fatal message
info
Log an info message
info_raw
Log an info message (raw, no formatting)
log_type
Log with a custom type
ready
Log a ready message
start
Log a start message
success
Log a success message
success_raw
Log a success message (raw, no formatting)
trace
Log a trace message
trace_raw
Log a trace message (raw, no formatting)
warn
Log a warning message
warn_raw
Log a warning message (raw, no formatting)