macro_rules! log {
($record:expr $(,)?) => { ... };
}Expand description
Re-export macro as recording::log!.
Macro entry-point.
Usage:
platform::recording::log!(Record::<{ CHANNEL_OBSERVABILITY }> { ... });
macro_rules! log {
($record:expr $(,)?) => { ... };
}Re-export macro as recording::log!.
Macro entry-point.
Usage:
platform::recording::log!(Record::<{ CHANNEL_OBSERVABILITY }> { ... });