
# Objective Closes #19175 Make `LogDiagnosticsState` public to be able to edit its filters ## Solution Make `LogDiagnosticsState` public and add methods to allow editing the duration and filter ## Testing `cargo run -p ci` ## Showcase Updated `log_diagnostics` example 
233 B
233 B
title | authors | pull_requests | ||
---|---|---|---|---|
Change filters container of `LogDiagnosticsState` to `HashSet` |
|
|
Make LogDiagnosticsState
's filter container and argument of
LogDiagnosticPlugin::filtered
into HashSet
.