macro_rules! warn {
(target: $target:expr, $($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}
Expand description
This macro is defined if the logging
feature is not compiled into the library
It ignores all logging calls inside the library.