I agree ... with my own answer. You do not give any details about the environment, so I may be off topic, but here is my experience with GNU / Linux (without using Eclipse at all):
Firstly, I always define the tag in the application as a project constant and use this tag to filter with scripts/log simple bash script (checked in version control systems), as follows
Using *:E , I will catch all the errors and fine-tune the verbosity level for the corresponding tags. I use this with a reasonable terminal history size and a great colorlogcat python script . Using the terminal, just by moving to the focused lines, stop automatic scrolling without stopping logging ... I just need to go to the last lines or press a key to get automatic scrolling again.
Renaud Nov 01 2018-11-11T00: 00Z
source share