 | LoggerLogInformationToEventLog Property |
Gets or sets a value indicating whether log information records to event log. (Probably not a good idea)
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool LogInformationToEventLog { get; set; }Public Property LogInformationToEventLog As Boolean
Get
Set
public:
virtual property bool LogInformationToEventLog {
bool get () sealed;
void set (bool value) sealed;
}abstract LogInformationToEventLog : bool with get, set
override LogInformationToEventLog : bool with get, set
Property Value
Type:
Booleantrue if [log information to event log]; otherwise,
false.
Implements
ILoggerLogInformationToEventLog
See Also