| Class | Description |
|---|---|
| ConfigurationSectionHandler | Used in an application's configuration file (App.Config or Web.Config) to configure the logging subsystem. |
| LogManager | Uses the specified ILoggerFactoryAdapter to create ILog instances that are used to log messages. Inspired by log4net. |
| Interface | Description |
|---|---|
| ILog | A simple logging interface abstracting logging APIs. Inspired by log4net. |
| ILoggerFactoryAdapter | Defines the members that logging implementations must implement. |
| Enumeration | Description |
|---|---|
| LogLevel | The 7 logging levels used by Log are (in order): |