Level | Filtering by priority — logs display messages with priority equal to the selected one and higher: - Verbose (lowest priority) — messages describing process details;
- Debug — messages for debugging;
- Info — informational messages;
- Warn — Warnings;
- Error — error messages;
- Fatal (highest priority) — critical error messages
|
---|
Message | Text filtering — logs display messages that contain typed text |
---|
Time | Time filtering — logs display messages that will appear in the specified time interval. The format is HH:MM:SS.sss . For example, if you specify 11:56 in the Time field, the logs will include messages for one minute. To get messages for 10 minutes, specify 11:5 |
---|
PID | Filtering by process ID — logs display messages that are triggered by the specified process |
---|
TID | Filtering by thread ID — logs display messages that are called by the specified thread. This value may be the same as the PID, but may be different because there may be multiple TIDs per PID |
---|
Tag | Filtering by tag — logs display messages from the specified system component |
---|