-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add log message filtering #3
Add log message filtering #3
Conversation
running the sample on close of the app i sometimes get:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets fix the crash and the formatting, then its good to go
Please also add a |
If the Log Level does not allow us to get anything below |
- Handle closed channel gracefully - Fix formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please try to hide the buttons of log levels that we wont be receiving anyway - you mentioned using LogPlugin
fields for this
- Move log_viewer code to its own file - Remove unused pub on ChipMarker - Update log message in simple.rs example to include 1-5 for logs - Update bevy_libgdx_atlas link in README.md - Update log level colors in debug_log_level.rs
CHANGELOG.md
Outdated
* Added level based log filtering | ||
|
||
### Removed | ||
* Stopped creating bevy events for incomming logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i cannot find any code that got removed for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The transfer_log_events
function removed here: https://github.com/rustunit/bevy_debug_log/pull/3/files#diff-fb0614459ea1fee2430f5df8e36530289fa54b04e088be756d2db2054c8d7081L33-L43
No description provided.