[][src]Macro devout::log

macro_rules! log {
    ($tag:ident) => { ... };
    ($tag:ident, $($arg:tt)*) => { ... };
}

Write a message to the log.