[][src]Macro dqcsim::log

macro_rules! log {
    (? target: $target:expr, location: ($file:expr, $line:expr), $lvl:expr, $($arg:tt)+) => { ... };
    (target: $target:expr, location: ($file:expr, $line:expr), $lvl:expr, $($arg:tt)+) => { ... };
    (target: $target:expr, $lvl:expr, $($arg:tt)+) => { ... };
    ($lvl:expr, $($arg:tt)+) => { ... };
}