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