Expand description
Logging, debugging and benchmarking.
Re-exports§
pub use ::log as log_crate;
Modules§
Macros§
- debug_
time std
- Logs the time with the
debug!
macro. - error_
time std
- Logs the time with the
error!
macro. - info_
time std
- Logs the time with the
info!
macro. - log_
time std
- Logs the time with the
log!
macro. - print_
time std
- Logs the time with the
print!
macro. - timeit
std
- Times the duration of a closure, logging or printing it out.
- trace_
time std
- Logs the time with the
trace!
macro. - warn_
time std
- Logs the time with the
warn!
macro.
Structs§
- Logger
std
- An individual logger builder.
- Multi
Logger std
- A combination of multiple loggers.