LogMessageEventArgs Class Members
In This Topic
The following tables list the members exposed by LogMessageEventArgs.
Public Properties
| | Name | Description |
 | CriticalCount | The number of Critical log messages included in this notification event. |
 | ErrorCount | The number of Error log messages included in this notification event. |
 | ExceptionCount | The number of log messages which have an attached Exception included in this notification event. |
 | Messages | The set of one or more log messages for this notification event in a read-only collection. |
 | TopSeverity | The strongest log message severity included in this notification event. |
 | TotalCount | The total number of log messages included in this notification event. |
 | WarningCount | The number of Warning log messages included in this notification event. |
Top
See Also