Macro pink_extension::trace

source ·
macro_rules! trace {
    ($($arg:tt)+) => { ... };
}
Expand description

Same as log::trace!