[][src]Macro cala::note

macro_rules! note {
    () => { ... };
    ($($arg:tt)*) => { ... };
}

Log an informative (stdout) message only in debug mode.

This is designed to be used for debugging.