Difference between revisions of "debugDomains"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
; debugDomains [<[[References#Message Domains|message domains]]>]
+
; debugDomains <[[domain]]s>
 
: If this option is set, messages grouped under one of the specified comma-separated list of debug message domains (which are not normally displayed) will be printed in the console.
 
: If this option is set, messages grouped under one of the specified comma-separated list of debug message domains (which are not normally displayed) will be printed in the console.
  
:'''Notes:'''
+
== Notes ==
:* For debug messages, the option [[squelchDomains]] overrides this option, thus if a message domain is listed in [[squelchDomains]], that message group will never be printed in the console even if it is listed in this option.
+
* For debug messages, the option [[squelchDomains]] overrides this option, thus if a message domain is listed in [[squelchDomains]], that message group will never be printed in the console even if it is listed in this option.
:* Internally, Kore sets the [[verbose|verbosity level]] of debug message domains listed in this option to '''0'''.
+
* Internally, Kore sets the [[verbose|verbosity level]] of debug message domains listed in this option to '''0'''.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:Debug]]
 
[[Category:Debug]]

Revision as of 12:12, 17 August 2012

debugDomains <domains>
If this option is set, messages grouped under one of the specified comma-separated list of debug message domains (which are not normally displayed) will be printed in the console.

Notes

  • For debug messages, the option squelchDomains overrides this option, thus if a message domain is listed in squelchDomains, that message group will never be printed in the console even if it is listed in this option.
  • Internally, Kore sets the verbosity level of debug message domains listed in this option to 0.