[
https://issues.jboss.org/browse/JBLOGGING-123?page=com.atlassian.jira.plu...
]
James Perkins commented on JBLOGGING-123:
-----------------------------------------
The {{org.jboss.logging.LoggerProvider}} is exposed as a service. This could be
implemented in tinylog itself. The benefit of keeping the provider implementation with the
log manager is if there is an API change to the log manager it will not require a change
and release of JBoss Logging. I'd prefer to keep provider implementations out of JBoss
Logging.
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)