[jboss-jira] [JBoss JIRA] (JBLOGGING-123) Support for tinylog

James Perkins (JIRA) issues at jboss.org
Fri Aug 12 11:17:00 EDT 2016


    [ https://issues.jboss.org/browse/JBLOGGING-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278656#comment-13278656 ] 

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)


More information about the jboss-jira mailing list