Class | Description | |
---|---|---|
![]() | EventData | This is the class that is used to transfer log events through the system. It's basically a 'picture' of the state at the time the log was written since all logging is actually happening in a delayed fashion. |
![]() | LogEventArgs | The event args passed to the log system, often multiple log entries will arrive 'near' simultaneous, ALWAYs allow for ZERO or more than one. |
Delegate | Description | |
---|---|---|
![]() | LogEventHandler | Log events are raised with this event handler |
Enumeration | Description | |
---|---|---|
![]() | LogLevels | Defines the various levels of logging |
![]() | LogOptions | Performance and behavior related LogOption for the log system. |
![]() | LogOutputs | Defines the various possble outputs of the logging system |