TailMe is an utility providing functions similar to the UNIX/Linux command
"tail": it lists the last changed lines/characters in a text
file on the fly. It is usefull for monitoring log files of applications
- e.g. Apache's error.log
and access.log or Kerios
filter.log.
Single click ...
Double click ...
Move the mouse to the most right 30 pixel of a monitor area. The cursor
is changed and you can drag the size of the area up and down.
Option/Command |
INI File |
Description |
Monitor Files |
[MonitorFiles]
File0=c:\...
File1=...
|
local files to load at start |
Recent Files |
[RecentFiles]
File0=...
File1=... |
List of recently used files (no ftp files) |
Add File ... |
-
|
open one or more files (no ftp files) |
|
-
|
|
Remove File '....' |
-
|
remove the selected file |
Reset File '...' |
-
|
clear the monitor area and ignore all meanwhile appended
data for the selected file |
Save / Copy Text |
-
|
simple copy functions |
Maximize |
-
|
minimizes all monitor areas to a predefined height (18
pix) and maximizes the selected area to the available space |
Monitor Options
|
Active |
[Options]
Active = 0/1
|
(de)activate the monitoring for all files; ftp connection
is closed too;
resets all files |
Purge at Line xy ... |
[Options]
PurgeAtLine=xy |
defines the size of the tail (in lines) for the file
which is monitored |
Monitor Interval
= xy ms ... |
[Options]
MonitorInterval=xy |
TailMe checks the file for appended data periodically
every xy milliseconds |
Show only 'Special Word' Logs |
[Options]
ShowOnlySpecialWordLogs=0/1 |
print only the lines with "Special Words" |
Init Bytes = xy ... |
[Options]
InitBytes=xy |
print the last xy bytes of the files at the first monitor
event |
Add time stamp ... |
[Options]
TimeStamp="[dd.mm.yyyy hh:mm:ss] " |
adds a time stamp to every line |
TailSize |
[Options]
TailSize=xy |
TailMe reads only the last xy bytes of the added data;
use a value of 0 to switch off this option |
Visual Options
|
Always On Top |
[Options]
AlwaysOnTop=0/1
|
set the window style |
Show only in System Tray |
[Options]
ShowOnlyInSystemTray=0/1 |
minimize the window in the system tray (only configurable
via ini file) |
Show on Log Event |
[Options]
ShowOnLogEvent=0/1 |
show the program window,
if a log event occours |
Beep on Log Event |
[Options]
BeepOnLogEvent=0/1 |
program beeps, if a log event occours |
Adjust Size Equally |
- |
adjust the height of all monitor areas to the same value |
Adjust Size Automatically |
[Options]
AdjustSizeAutomatically=0/1 |
adjust the height of all monitor areas to the same value,
if the size of the program window is changed |
Font ... |
[Options]
FontName=...
FontSize= ...
|
only the size and the name of the font are used |
Monitor Background Color |
[Options]
MonitorBackgroundColor=0xbbggrr |
background color |
Show File Name
Image |
[Options]
ShowFileNameImage=0/1 |
shows the file name as a background image in light green;
image also indicates the ftp connection state |
Single Monitor
Area |
[Options]
SingleMonitorArea=0/1 |
1) Single Area: shows all log entries of all files
in one area
0) Multiple Area: every file has it's own monitor area |
Vertical Scroll Bars |
[Options]
VScrollVisible=0/1 |
hide/show the vertical scroll bar(s) |
Show Border |
[Options]
HasBorder=0/1 |
hide/show window border |
Show only in System Tray |
[Options]
ShowOnlyInSystemTray=0/1 |
show only the task bar icon (0) or only the system tray
icon (1) |
Word Wrap |
[Options]
WordWrap=0/1 |
de/activate automatic word wrap |
Filter Options
|
Special Words |
[SpecialWords]
SpecialWord1=...
SpecialColor1=0xbbggrr
SpecialWord_admin=...
SpecialColor_admin=0xbbggrr
... |
log entries with these words are printed in the defined
color |
FTP Options
|
FTP Files |
[FTPTailFiles]
FTPFile0=/logs/access.log.34.1
FTPFile1=... |
ftp files to load at start |
FTP Access |
[FTP]
Host=www.dschensky.de
Port=21
Account=p1234567
PassiveMode=1
Password=abc123def456
ProxyPort=2121
ProxyAccount=192.168.0.1
ProxyPassword=
|
FTP connection data
|
FTP Auto Connect |
[FTP]
AutoConnect=xy |
reconnects to the FTP server every xy minutes (minimum
is 2);
the precicion of the time interval depends on the Monitor
Interval |
|
Current Configuration |
- |
print the current options and parameters |