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

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


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

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)


More information about the jboss-jira mailing list