 | EventLogElementWarning Property |
Gets or sets a value indicating whether Warnings are logged in the event log.
Namespace:
Koden.Utils.Logger.ConfigFileSections
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Warning { get; set; }
Public Property Warning As Boolean
Get
Set
public:
property bool Warning {
bool get ();
void set (bool value);
}
member Warning : bool with get, set
Property Value
Type:
Booleantrue if warning; otherwise,
false.
See Also