LogLevel Enum
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Log level - specifies the levels of severity.
Syntax
public enum LogLevel
Fields
Name | Description |
---|---|
Debug | Log all messages useful for debugging purposes. |
Error | Only log errors. |
Info | Only log informative messages. |
Off | The Off level designates a higher level than all the rest. |
Verbose | Be verbose - log everything. |