| Class | Description | |
|---|---|---|
|  | DebugLoggingChannel | Implements a logging channel that outputs to the debug console. | 
|  | EventLogLoggingChannel | Implements a logging channel that outputs to the event log. | 
|  | FileLoggingChannel | Implements a logging channel that outputs to a file. | 
|  | LoggingChannel | Provides a base implementation of a LoggingChannel. | 
|  | RollingFileLoggingChannel | Implements a logging channel that writes to a file. | 
|  | SysLogLoggingChannel | Implements a logging channel that writes to a syslog server. | 
| Enumeration | Description | |
|---|---|---|
|  | Facility | Identifies the application or component that generated the log message. | 
|  | Severity | The severity of the message. |