[][src]Module yall::log_macros

Re-exports of the error, warn, info, debug, and trace macros in the log crate.

Convenient for glob-importing with use yall::log_macros::*;

Re-exports

pub use log::debug;
pub use log::error;
pub use log::info;
pub use log::trace;
pub use log::warn;