You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slog_stdlog::scope(
|prev_logger| { prev_logger.new(o!("more-data" => 2)) },
|| {
/// code to be executed
....
//// old logging statement to be used with a logger with `"more-data"`
info!("check out more data");
});
info!("prev_logger will be used here");
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: