macro_rules! log_enabled {
($($tt:tt)*) => { ... };
}Expand description
Equivalent to log::log_enabled!
if the feature log is enabled, false otherwise.
macro_rules! log_enabled {
($($tt:tt)*) => { ... };
}Equivalent to log::log_enabled!
if the feature log is enabled, false otherwise.