[jboss-jira] [JBoss JIRA] (LOGMGR-124) Add marker support
James Perkins (JIRA)
issues at jboss.org
Fri Feb 26 12:13:00 EST 2016
[ https://issues.jboss.org/browse/LOGMGR-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169106#comment-13169106 ]
James Perkins commented on LOGMGR-124:
--------------------------------------
Ah okay it looks like there is some confusion. JBoss Logging (https://issues.jboss.org/projects/JBLOGGING) and JBoss Log Manager are two separate projects. JBoss Logging is a logging facade like slf4j. JBoss Log Manager is a log manager that extends JUL so more like logback.
There is also an [slf4j binding|https://github.com/jboss-logging/slf4j-jboss-logmanager] which uses JBoss Log Manager for the log manager. This allows users to use slf4j with JBoss Log Manager as their log manager which is what is done in WildFly and JBoss EAP.
JBoss Log Manager has no knowledge of slf4j or any other logging facade. We can't use slf4j's marker support so a new API would need to be added to JBoss Log Manager for the support.
> Add marker support
> ------------------
>
> Key: LOGMGR-124
> URL: https://issues.jboss.org/browse/LOGMGR-124
> Project: JBoss Log Manager
> Issue Type: Feature Request
> Components: core
> Affects Versions: 2.0.2.Final
> Reporter: Rob Heine
> Priority: Optional
>
> The logging engine currently (talking about the one included in WF-9) does not support Markers (like in implementations like "logback" and/or "log4j2").
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list