Macro loggy::info

source ·
macro_rules! info {
    ( $( $arg:tt )* ) => { ... };
}
Expand description

Log an informational message..

This is identical to invoking log!(log::Level::Info, ...).