mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 03:30:07 +00:00
Updated Log Filters (markdown)
parent
9c46f95e54
commit
20c29df311
@ -1,4 +1,4 @@
|
|||||||
Citra supports configurable filtering of log message per-class. This is especially useful if you're debugging a subsystem and want very detailed messages from it or if you want to silence some annoyingly spammy errors (e.g. unimplemented GPU features.)
|
Citra supports configurable filtering of log message per-class. This is especially useful if you're debugging a subsystem and want very detailed messages from it or if you want to silence some annoyingly spamming errors (e.g. unimplemented GPU features.)
|
||||||
|
|
||||||
Messages are filtered in each class according to their severity, the filter will block all messages in the class that are below the configured severity. The severity levels are:
|
Messages are filtered in each class according to their severity, the filter will block all messages in the class that are below the configured severity. The severity levels are:
|
||||||
- `Trace`: Extremely detailed and repetitive (many times per frame) debugging information that is likely to pollute logs.
|
- `Trace`: Extremely detailed and repetitive (many times per frame) debugging information that is likely to pollute logs.
|
||||||
|
Loading…
Reference in New Issue
Block a user