bevy/release-content/release-notes/log-diagnostics-state-public.md
Lucas Franca d3012df755
Expose LogDiagnosticsState (#19323)
# 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

![image](https://github.com/user-attachments/assets/25bc00f3-40e2-4b4a-b90b-137cc1f307a5)
2025-05-23 20:56:36 +00:00

186 B

title authors pull_requests
LogDiagnosticsState is now public
@hukasu
19323

Make LogDiagnosticsState public to allow editing its duration and filters during runtime.