]
James Perkins closed JBLOGGING-123.
-----------------------------------
Resolution: Out of Date
I'm going to close this based on this commit to tinylog itself
Support for tinylog
-------------------
Key: JBLOGGING-123
URL:
https://issues.jboss.org/browse/JBLOGGING-123
Project: JBoss Logging
Issue Type: Feature Request
Reporter: Martin Winandy
Assignee: James Perkins
tinylog is a lightweight logging framework for Java with a static logger class. For
supporting tinylog in JBoss Logging, a logger provider has to be implemented and added to
the LoggerProviders class.
Link to tinylog website:
http://www.tinylog.org/
Example implementation for JBoss Logging:
https://github.com/pmwmedia/jboss-logging/
The tinylog implementation for JBoss Logging is out-dated, but I could adapt to the
newest version.