macro_rules! log {
($level:tt, $pattern:expr $(, $values:expr)* $(,)?) => { ... };
}
Expand description
Emit a log specific to this pallet, setting the target to crate::LOG_PREFIX
macro_rules! log {
($level:tt, $pattern:expr $(, $values:expr)* $(,)?) => { ... };
}
Emit a log specific to this pallet, setting the target to crate::LOG_PREFIX