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