log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
Another logging framework for Java. I try to balance flexibility, usabilty and performance using OOP. Currently the framework is usable but it lacks a lot of functionality.
A simple Java 1.5 (and above) logging library, that is flexible, configurable, easy to use, extensible and integrable into log4j and Apache logging. Uses no custom ClassLoaders and is thread-safe.
JTail is a simply multiplatform application, which show text files content especially LOG FILES. This application is a thread, which non-stop reads the file content and print what lines was added to the end file.
Yet another logger. Take a close look at it: It is very easy to use, very unified and extendable. You may attach your favourite set of loggers to this logger, and you still use only one API! This Java logger is used throughout the COMJAT.NET systems.
A facility to keep a history of context information during runtime and then dumping it in a separate file when a problem occurs (similar to core dump).
Chainsaw is a GUI log viewer and filter for the Log4J package. It listens for LoggingEvent objects sent using the SocketAppender and displays them in a table. The events can be filtered based on Priority, Thread name, Category name and Message. It can als