Closed tombh closed 1 year ago
Addresses #4
Basically you can now do tracing::debug!("log me") anywhere in the app. And there's an example of how to log and react to custom data.
tracing::debug!("log me")
Addresses #4
Basically you can now do
tracing::debug!("log me")
anywhere in the app. And there's an example of how to log and react to custom data.