There are three ways to filter. All filters apply to all logs open in that window.
This button provides drop-down menus for easy filtering.
Any events falling outside of the starting and ending time specified here are hidden.
This button displays a textbox allowing a LINQ expression for filtering. Filterable properties are:
| Property Name | Type |
|---|---|
| ComputerName | string |
| Description | string |
| Id | int |
| KeywordDisplayNames | IEnumerable |
| Keywords | long? |
| LogName | string |
| OwningLog | string |
| Qualifiers | int? |
| RecordId | long? |
| SeverityLevel | Enum? (Error == 2, Warning == 3, Information == 4) |
| Source | string |
| TaskCategory | string |
| Template | string? |
| TimeCreated | DateTime |
| Xml | string |
Note that Xml is generated when requested, so filters against Xml may be slower than filters against other properties.