| 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 | Filtering by time — logs display messages that appear within the specified time range. The format is HH:MM:SS.sss. For example, if you enter 11:56 in the Time field, logs will include messages for one minute. To receive messages for 10 minutes, enter 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 |
|---|