Crate depura

Source
Expand description

Logging, debugging and benchmarking.

Re-exports§

pub use ::log as log_crate;

Modules§

all
All items are reexported here.
error
Error types.
logger
Loggers.
timer
Time related logging.

Macros§

debug_timestd
Logs the time with the debug! macro.
error_timestd
Logs the time with the error! macro.
info_timestd
Logs the time with the info! macro.
log_timestd
Logs the time with the log! macro.
print_timestd
Logs the time with the print! macro.
timeitstd
Times the duration of a closure, logging or printing it out.
trace_timestd
Logs the time with the trace! macro.
warn_timestd
Logs the time with the warn! macro.

Structs§

Loggerstd
An individual logger builder.
MultiLoggerstd
A combination of multiple loggers.