Click or drag to resize

ErrorLoggerLogToFile Property

Gets or sets a boolean value that indicates whether Exception information is to be written to the ErrorLog.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntax
[DefaultValueAttribute(true)]
public bool LogToFile { get; set; }
View Source

Property Value

Boolean
See Also