[
https://issues.jboss.org/browse/JBLOGGING-123?page=com.atlassian.jira.plu...
]
James Perkins commented on JBLOGGING-123:
-----------------------------------------
You'd just need to put the service file in tinylog. So basically in tinylog you could
just have the {{META-INF/services/org.jboss.logging.LoggerProvider}} with the entry for
your tinylog provider. It looks like most of the bindings/facades have their own separate
project so you could do that too. If I can find some time maybe I'll do a PR to
tinylog if that would work.
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)