Log level - specifies the levels of severity.
Namespace:
Rebex
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration LogLevel |
C# |
---|
public enum LogLevel |
Members
Member name | Description | |
---|---|---|
Verbose |
Be verbose - log everything.
| |
Debug |
Log all messages useful for debugging purposes.
| |
Info |
Only log informative messages.
| |
Error |
Only log errors.
| |
Off |
The Off level designates a higher level than all the rest.
|