Enum LogFilter
Log filters
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
[Flags]
public enum LogFilter
Remarks
Can be OR'ed
Fields
Name | Description |
---|---|
Action | Log actions |
Communication | Log communication |
Debug | Log debug message |
Error | Log errors |
Information | Log information message |
None | Log all |
System | Log system messages |
Warning | Log warning message |