macro_rules! log {
    ($($tt:tt)*) => { ... };
}
Expand description

Equivalent to log::log! if the feature log is enabled, discarded otherwise.