macro_rules! info {
($($t:tt)*) => { ... };
}
Expand description
Global context-aware logging macros that inherit parent context These can be used in any function to automatically include context from parent functions with span
macro_rules! info {
($($t:tt)*) => { ... };
}
Global context-aware logging macros that inherit parent context These can be used in any function to automatically include context from parent functions with span