 | 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)
Syntaxpublic bool Debug { get; set; }
Public Property Debug As Boolean
Get
Set
public:
property bool Debug {
bool get ();
void set (bool value);
}
member Debug : bool with get, set
Property Value
Type:
Booleantrue if debug; otherwise,
false.
See Also