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 nameDescription
Supported by the .NET Compact FrameworkVerbose
Be verbose - log everything.
Supported by the .NET Compact FrameworkDebug
Log all messages useful for debugging purposes.
Supported by the .NET Compact FrameworkInfo
Only log informative messages.
Supported by the .NET Compact FrameworkError
Only log errors.
Supported by the .NET Compact FrameworkOff
The Off level designates a higher level than all the rest.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also