macro_rules! policy_log {
($obj:expr, $tag:tt, $($arg:tt)*) => { ... };
}
Expand description
Log at the matching policy error level (ERROR or WARN).
macro_rules! policy_log {
($obj:expr, $tag:tt, $($arg:tt)*) => { ... };
}
Log at the matching policy error level (ERROR or WARN).