Star

Download

tinylog is Open Source and distributed under the Apache License 2.0. At least Java 6 or Android (API Level 1) is required for tinylog. All JARs are OSGi compatible.

tinylog

The ZIP archive contains the JAR per se plus Javadoc documentation and source code attachment for IDE.

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>tinylog</artifactId>
  <version>1.3.6</version>
</dependency>

>> tinylog-1.3.6.zip (810 KB)

Alternative logging APIs

These optional libraries provide an Apache Commons Logging (JCL), Log4j 1.x and SLF4J compatible logging API. All log entries will be redirected to tinylog.

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>jcl-binding</artifactId>
  <version>1.3.6</version>
</dependency>

>> jcl-binding-1.3.6.zip (378 KB)

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>log4j-facade</artifactId>
  <version>1.3.6</version>
</dependency>

>> log4j-facade-1.3.6.zip (478 KB)

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>slf4j-binding</artifactId>
  <version>1.3.6</version>
</dependency>

>> slf4j-binding-1.3.6.zip (406 KB)

Application servers

These libraries provide a tinylog compatible logging API for application servers. They can be used instead of tinylog.jar, if all log entries should be redirected to the global logging system of the application server.

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>tinylog-jboss</artifactId>
  <version>1.3.6</version>
</dependency>

>> tinylog-jboss-1.3.6.zip (for Wildfly and JBoss EAP, 447 KB)

<dependency>
  <groupId>org.tinylog</groupId>
  <artifactId>tinylog-jul</artifactId>
  <version>1.3.6</version>
</dependency>

>> tinylog-jul-1.3.6.zip (for Tomcat and Glassfish, 446 KB)

Source code repository

GitHub repository with the source code, JUnit tests and benchmark

>> http://github.com/pmwmedia/tinylog