Skip to main content

slog_debug

Macro slog_debug 

macro_rules! slog_debug {
    ($($args:tt)*) => { ... };
}
👎Deprecated since 2.8.0:

Use fully qualified macro slog::warn!(…) instead

Expand description

Log debug level record (alias)

Before Rust 2018, this alternate name was necessary in case of conflicts with the log crate.

See slog_log for documentation.