Logtail uses the prototype-library from http://prototype.conio.net/. It uses a MIT-style license. This allows logtail to run on many browsers without juggling with browser incompatibilities.
To read only the changed lines even of really big logfiles logtail uses the Java library class java.io.RandomAccessFile. This class allows to seek in files without actually reading them completely.
What the code does is the following: