Skip to main content

info

Macro info 

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

Log at INFO level using the process-wide default tag set by init.

robonix_scribe::init("executor");
robonix_scribe::info!("connecting to atlas at {}", addr);