Skip to content

Options

Mateusz "Emu" Uczciwek edited this page Oct 15, 2024 · 3 revisions

zMultilogue allows you to set some options with .ini parameters.

Logging

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
Clone this wiki locally