Skip to main content

log_debug

Macro log_debug 

Source
macro_rules! log_debug {
    ($ctx:expr, $msg:expr) => { ... };
    ($ctx:expr, $msg:expr, $($key:ident => $value:expr),+ $(,)?) => { ... };
    ($ctx:expr, $fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Logs a message at the DEBUG level with request context.