-
Notifications
You must be signed in to change notification settings - Fork 0
Options
Mateusz "Emu" Uczciwek edited this page Oct 15, 2024
·
3 revisions
zMultilogue allows you to set some options with .ini parameters.
By default, we print only the severity >=INFO
to Union Console and >=DEBUG
to ZSpy. To print all logs to the console, you can set TRACE
logging level in Gothic.ini
:
[ZMULTILOGUE]
; Logger levels:
; NONE, FATAL, ERROR, WARN, INFO, DEBUG, TRACE
LoggerLevelUnion=TRACE
LoggerLevelZSpy=TRACE