just a simple lister plugin which makes an auto tail of a given logfile.
If the logfile changes the tail is automatically refreshed.
Some special features:
add extensions to ini file of logtail.ini (is created automatically where tcmd is saving its ini file)
lines in logfiles that starts with
'I(TAB)' are treated as infos
'W(TAB)' are treated as warnigns and are displayed in yellow colour
'E(TAB)' are treated as errors and are displayed in red colour
'U(TAB)' are treated as urgent errors and are displayed in black/red colour
So if you are developing a new app and have the option to define your own logfile format you may use these format

When using this format also a history of all warnings and errors is maintained. You can navigate to next/previous error, warning...
Note: still early alpha phase, comments and suggestions are welcomed
Download: http://liveordead.de/free/logtailpl.zip
Have fun