PiRSquared17 / snaketail-net

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

Feature Request: Ability to "mark" your location in a log file #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When viewing logs, especially if I am testing something it is handy to be able 
to some how annotate the view i.e. 

log log log log log
*** 27/10/2011 10:06 - About to do thing that's really important ***
log log log oh dear everything's gone horribly wrong!

Sincerely, Ben

Original issue reported on code.google.com by ben.wood...@gmail.com on 27 Oct 2011 at 9:08

GoogleCodeExporter commented 9 years ago
Are you talking about editing the log directly from SnakeTail, or to attach a 
note to a certain line in the file, that is lost when SnakeTail is restarted ?

I guess a quick hack would be to make a "quick highlight" feature where one can 
select the line, and add the entire line to a temporary highlight list.

Another simple hack would be to attempt to append a line to the file, but this 
would most likely disturb the application being monitored.

Original comment by snaketai...@gmail.com on 1 Nov 2011 at 10:11

GoogleCodeExporter commented 9 years ago
I wasn't thinking of adding anything to the file itself, but rather to its 
(visible) in memory representation. So yes that would be lost when snakeTail's 
restarted.

Original comment by ben.wood...@gmail.com on 2 Nov 2011 at 6:30

GoogleCodeExporter commented 9 years ago
Maybe add a command to the right-click context menu, which highlight the 
selected line and enter an annotate for the line. When holding the mouse over 
the line, then one would see the annotate in a tooltip.

Original comment by snaketai...@gmail.com on 3 Nov 2011 at 7:39

GoogleCodeExporter commented 9 years ago
SnakeTail ver. 1.8 adds the ability to toggle bookmarks

Original comment by sweaty1 on 19 Nov 2012 at 11:00