| Level | Filtering by priority — logs display messages with a priority equal to the selected one and higher: - Verbose (lowest priority) — messages detailing process actions;
- Debug — debugging messages;
- Info — informational messages;
- Warn — warnings;
- Error — error messages;
- Fatal (highest priority) — critical error messages
|
|---|
| Message | Filtering by text — logs display messages containing the entered text |
|---|
| Time | Time filtering — logs display messages that will appear within a specified time range. Format — HH:MM:SS.sss. For example, if you specify Time in the 11:56 field, logs will include messages for one minute. To retrieve messages for 10 minutes, specify 11:5 |
|---|
| PID | Filtering by process identifier — logs display messages triggered by the specified process |
|---|
| TID | Filtering by thread identifier — logs display messages triggered by the specified thread. This value may match the PID but can be different because one PID can have multiple TIDs |
|---|
| Tag | Filtering by tag — logs display messages from the specified system component |
|---|