[][src]Macro gelf_logger::gelf_debug

macro_rules! gelf_debug {
    (extra: $extra:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}

Logs a message at the debug level (Mainly used by developers).

Info useful to developers for debugging the app, not useful during operations.

Examples

gelf_debug!("myvalue = '5'");