Click or drag to resize

ConfigNodePatchverboseLogging Field

Tells if all patch processing job must be logged.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
[PersistentFieldAttribute("verboseLogging")]
public bool verboseLogging
Request Example View Source

Field Value

Type: Boolean
Remarks
Use it to debug your patch. The logs may get noisy and large though.
See Also