GoogleCodeArchive / snaketail-net

Automatically exported from code.google.com/p/snaketail-net
0 stars 0 forks source link

Keyword highlighting #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

- Add keyword highlighting.  Sentence highlighting is so common and every 
logging tool has it.

Original issue reported on code.google.com by ehae...@gmail.com on 16 Jan 2012 at 8:14

GoogleCodeExporter commented 9 years ago
Isn't this one implemented?

Original comment by jeffjjen...@gmail.com on 2 Aug 2013 at 2:59

GoogleCodeExporter commented 9 years ago
Requesting highlighting of single word, and not the whole sentence.

Original comment by sweaty1 on 2 Aug 2013 at 7:37

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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