Click or drag to resize

ConfigNodePatchverboseLogging Field

Tells if all patch processing job must be logged.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
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