Macro policy_log

Source
macro_rules! policy_log {
    ($obj:expr, $tag:tt, $($arg:tt)*) => { ... };
}
Expand description

Log at the matching policy error level (ERROR or WARN).