starina_api

Macro debug

Source
macro_rules! debug {
    ($($arg:tt)+) => { ... };
}
Expand description

Logs with LogLevel::Debug.