Macro slog_record_static

Source
macro_rules! slog_record_static {
    ($($arg:tt)*) => { ... };
}
👎Deprecated since 2.8.0: Use fully qualified macro slog::record_static!(…) instead
Expand description

Create RecordStatic at the given code location (alias)