Gets a value that determines whether an event log of type
EventType.Error should be written to the log file.
public virtual bool LogErrors {get;}
public:
virtual property bool LogErrors {
bool get();
}
'Declaration
Public Overridable ReadOnly Property LogErrors As Boolean
'Usage
Dim instance As JpipConfiguration
Dim value As Boolean
value = instance.LogErrors
Property Value
true to write an event log; false, otherwise.