Skip to content
aknauf edited this page Aug 29, 2013 · 7 revisions

This is the UnLog logging framework.

An introduction can be found here.

To use the latest release of UnLog in your project, simply include the following maven dependency in your pom:

<dependency>
    <groupId>com.github.unlog</groupId>
    <artifactId>unlog</artifactId>
    <version>0.7.0</version>
</dependency>
Clone this wiki locally