Macro plog::log

source ·
macro_rules! log {
    ($color:tt, $prefix:tt, $($args:tt)+) => { ... };
}
Expand description

Log formatter, apply every formating feature enabled:

plog::log!(WHITE, "....", "I'm a four-dots complement");

Panic

When it’s impossible to write on STDERR. Write to a file also can panic, but it just can happen with persistent feature enabled