Common Logging 2.0 API Reference

LogLevel Enumeration

The 7 possible logging levels

[Visual Basic]
Public Enum LogLevel
[C#]
public enum LogLevel

Members

Member Name Description
All All logging levels
Trace A trace logging level
Debug A debug logging level
Info A info logging level
Warn A warn logging level
Error An error logging level
Fatal A fatal logging level
Off Do not log anything.

Requirements

Namespace: Common.Logging

Assembly: Common.Logging (in Common.Logging.dll)

See Also

Common.Logging Namespace