macro_rules! trace {
(target=$target:expr,$($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Expand description
Log a message with the trace level. Regular formatting may be used.
macro_rules! trace {
(target=$target:expr,$($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Log a message with the trace level. Regular formatting may be used.