Logtext Download



Downloading Logtext 1.6.16

LogText is a command line utility and a DLL for professional data logging. It supports automatic log file rotation, compression, and deletion. On one hand Logtext is a command line utility which is invoked from within command line scripts (batch files). On the other hand Logtext is a DLL (Direct Link Library) for developers which is loaded and used from within self-written applications. The command line tool does not require the DLL and vice versa.

What is Logtext capable of?

Logtext is easy to handle. For instance, the command line utility is called by using a command like
logtext logfile/application text [options] [maxlogs] [maxzips]to log text. The DLL is loaded with LoadLibrary () and the logging functions are invoked by using the addresses returned by GetProcAddress ().

Automatically deletes old log files.

Automatically compresses (packs) old log files (default format is .gz from the library zlib, but an external packer can be used as well).

Statements like 'Keep the most recent 5 log files uncompressed and pack the remaining files into an archive".

Automatic log file rotation (daily, weekly, monthly, yearly, or no rotation at all).

Dates in file names according to ISO 8601 (YYYY-MM-DD or YYYY-WXX).

Real-time logging via queue (FIFO buffer). Write operations into the log file and packing/compression are handled by a separate process thread. The calling process does not get delayed.

Rotation/compression can be handled via counter (for instance: "Check after 10,000 logged lines whether the log file has to be rotated/compressed").

Log files can be used as a ring buffer, i.e. the 'rotation' takes place within a single file. It is possible to distinguish between the maximum file size or a maximum amount of lines in the log file.

The log files are plain text files, i.e. they can be analysed by basically any arbitrary text editor (like for instance Notpad).

To start download, click the following link:



Report Link Error | Back to Logtext Details page



Popular software of Utilities, Command Line Utilities