Function chalk_solve::logging::with_tracing_logs
source ยท pub fn with_tracing_logs<T>(action: impl FnOnce() -> T) -> T
Expand description
Run an action with a tracing log subscriber. The logging level is loaded
from CHALK_DEBUG
.