 | ILoggerIsVerbose Property |
Gets or sets a value indicating whether this instance is verbose.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxbool IsVerbose { get; set; }
Property IsVerbose As Boolean
Get
Set
property bool IsVerbose {
bool get ();
void set (bool value);
}
abstract IsVerbose : bool with get, set
Property Value
Type:
Booleantrue if this instance is verbose; otherwise,
false.
See Also