jLo
jLo is a logging framework written in Java. It has some unique features compared to other existing frameworks.
List of features:
- supports multiple log configurations
- offers loggers, channels, filters and pipes
- uses either a direct or asynchronous log processor (handle the logging in a separate thread
- auto reload of the configuration if the file has changed
- simple XML structure to configure jLo
- supports filters to limit the output
- supports the use of variables in the configuration
- supports the use of environment variables or java system properties
- comes with mock objects for handler and formatter to be integrated into JUnit testcases for example
- simple profiling tool included
If you are curious what makes jLo different then you can read a small introduction
hereThis code is released under the
BSD license.
The latest news are
here