macro_rules! info {
($($arg:tt)*) => { ... };
}Expand description
Logging macros (yog_api::info!, warn!, error!).
Log at INFO level.
macro_rules! info {
($($arg:tt)*) => { ... };
}Logging macros (yog_api::info!, warn!, error!).
Log at INFO level.