 | ILoggerCopyToConsole Property |
Gets or sets a value indicating whether [copy to console].
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxbool CopyToConsole { get; set; }
Property CopyToConsole As Boolean
Get
Set
property bool CopyToConsole {
bool get ();
void set (bool value);
}
abstract CopyToConsole : bool with get, set
Property Value
Type:
Booleantrue if [copy to console]; otherwise,
false.
See Also