1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-23 10:32:01 -05:00

Add logclass, made changes to logging calls (#79)

* add logclass, made changes to logging calls

* made enum parsing case insensitive

* enable logclass on partial or complete match
This commit is contained in:
emmauss
2018-04-14 04:02:24 +03:00
committed by gdkchan
parent 435f9ffad8
commit bbcad307bd
20 changed files with 180 additions and 98 deletions

View File

@@ -22,6 +22,12 @@ Logging_Enable_Fatal = true
#Enable print Ipc logs
Logging_Enable_Ipc = false
#Enable log filter
Logging_Enable_Filter = false
#Filtered log classes, seperated by ',', eg. `Logging_Filtered_Classes = Loader,ServiceFS`
Logging_Filtered_Classes =
#Save logs into Ryujinx.log
Logging_Enable_LogFile = false