Open GoogleCodeExporter opened 9 years ago
Isn't this one implemented?
Original comment by jeffjjen...@gmail.com
on 2 Aug 2013 at 2:59
Requesting highlighting of single word, and not the whole sentence.
Original comment by sweaty1
on 2 Aug 2013 at 7:37
See the attached screen shot for word-level highlighting.
The Tail for Win32 program is publicly open source and it has some bugs and
also are incomplete program because the original developer did not continue
working on it.
The only reason I use it is its word-level highligting feature. It makes the
legibility of log so easy and fast. It is a MUST to implement for real good
logging tool.
The attached screen shot logs multiple processes in one log file (one
application has several processes coworking together) and I tell each process,
thread, and function name from different colors. I can so easily see when
processes and threads are switching and so on. Without this feature my eyes
would be completely exausted to tell what interactions between processe,
threads and functions are happening.
To see it yourself, downloand Tail.exe, Tail8.reg, and AllProcesses.log.
Then run Tail8.reg first and then Tail.exe.
And finally open AllProcesses.log from Tail.exe.
That's it for hoping for word-level highlighting feature to be added asap.
Original comment by ehae...@gmail.com
on 2 Aug 2013 at 1:19
Attachments:
Alternative solution would be to introduce a columnizer feature, and then split
each line into user defined columns and have the thread-name in a seperate
column. Then it would be easy to implement single-column-highlighting.
Original comment by sweaty1
on 11 Oct 2013 at 10:36
Well, that's a limited alternative, I think.
I want any word-level or phrase-level to be highlighted.
Original comment by ehae...@gmail.com
on 11 Oct 2013 at 11:20
Original issue reported on code.google.com by
ehae...@gmail.com
on 16 Jan 2012 at 8:14