Updated Home (markdown)
parent
6d50281fc8
commit
dabe6941ed
6
Home.md
6
Home.md
|
@ -54,9 +54,9 @@ The filter string consists of a space-separated list of filter rules, each of th
|
|||
A severity level name which will be set as the minimum logging level of the matched classes. Rules are applied left to right, with later rules overriding previous ones in the sequence.
|
||||
|
||||
A few examples of filter rules:
|
||||
- *:Info – Resets the level of all classes to Info.
|
||||
- Service:Info – Sets the level of Service to Info (without affecting its subclasses).
|
||||
- Service.FS:Trace – Sets the level of the Service.FS class to Trace.
|
||||
- `*:Info` – Resets the level of all classes to Info.
|
||||
- `Service:Info` – Sets the level of Service to Info (without affecting its subclasses).
|
||||
- `Service.FS:Trace` – Sets the level of the Service.FS class to Trace.
|
||||
|
||||
## Support
|
||||
We happily accept monetary donations or donated games and hardware. Please see our [donations page](https://yuzu-emu.org/donate/) for more information on how you can contribute to yuzu. Any donations received will go towards things like:
|
||||
|
|
Loading…
Reference in New Issue