Outline and description of interfaces, enumerations, structures, and classes.
Classes
Interfaces
| Interface | Description |
| IEventLogFilter | Defines an interface that is implemented to allow a user to write a class that handles configuring the event log. |
| ILogEntry | Defines an interface that is implemented to allow a user to write a class that handles application specific logging requirements. |
| ILoggingChannel | Defines a logging channel that participates in message logging. |
Enumerations
| Enumeration | Description |
| LogType | Specifies the severity level of the log. |
See Also