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