[][src]Macro stlog::trace

macro_rules! trace {
    ($logger:expr, $string:expr) => { ... };
    ($string:expr) => { ... };
}

Logs the given string literal at the TRACE log level

For more details see the error! macro.