Click or drag to resize

LoggerSectionDebug Property

Gets or sets a value indicating whether this LoggerSection is in debug mode.

Namespace:  Koden.Utils.Logger.ConfigFileSections
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Debug { get; set; }

Property Value

Type: Boolean
true if debug; otherwise, false.
See Also