 | EventLogElementInfo Property |
Gets or sets a value indicating whether Information records 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 Info { get; set; }
Public Property Info As Boolean
Get
Set
public:
property bool Info {
bool get ();
void set (bool value);
}
member Info : bool with get, set
Property Value
Type:
Booleantrue if information; otherwise,
false.
See Also