macro_rules! info { (target=$target:expr,$($arg:tt)*) => { ... }; ($($arg:tt)*) => { ... }; }
Log a message with the info level. Regular formatting may be used.
info