Skip to content

tinylog-org/tinylog-java-ee-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using tinylog on Java EE

Maven based example application to demonstrate how to use tinylog as logging framework for Java EE applications

If you want to use the logging back-end of a java.util.logging (JUL) based server like Tomcat or Glassfish, you can use the Maven artifact tinylog-jul.

If you want to use the logging back-end of a JBoss Logging based sever like Wildfly or JBoss EAP, you can use the Maven artifact tinylog-jboss.

However, it is also possible to use tinylog-impl, if you want to use the native logging back-end of tinylog for configuration and outputting log entries. It is even possible to use tinylog-impl together with tinylog-jul or tinylog-jboss. In this case, all log entries will be output by the native logging back-end of tinylog and additionally by the logging back-end of the web or application server.

About

Example Java EE application for logging with tinylog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages