[jboss-dev-forums] [JBoss AS 7 Development] - Re: Logging with slf4j in 7.1.0.Final

Tanya Ruttenberg do-not-reply at jboss.com
Thu Mar 1 11:12:50 EST 2012


Tanya Ruttenberg [https://community.jboss.org/people/daxxy] created the discussion

"Re: Logging with slf4j in 7.1.0.Final"

To view the discussion, visit: https://community.jboss.org/message/720937#720937

--------------------------------------------------------------
Add these dependencies to the org.jboss.logging module - in other words edit modules/org/jboss/logging/main/module.xml

<module xmlns="urn:jboss:module:1.1" name="org.jboss.logging">
    <resources>
        <resource-root path="jboss-logging-3.1.0.GA.jar"/>
        <!-- Insert resources here -->
    </resources>
    <dependencies>
        <module name="org.jboss.logmanager"/>
        <module name="org.slf4j" />
        <module name="org.apache.log4j" />
    </dependencies>
</module>

That fixed it for me.

--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/720937#720937]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120301/2d73a510/attachment.html 


More information about the jboss-dev-forums mailing list