org.jboss.slf4j
Class JBossLoggerFactory
java.lang.Object
org.jboss.slf4j.JBossLoggerFactory
- All Implemented Interfaces:
- org.slf4j.ILoggerFactory
public class JBossLoggerFactory
- extends Object
- implements org.slf4j.ILoggerFactory
JBossLoggerFactory is an implementation of ILoggerFactory
returning
the appropriate named JBossLoggerAdapter
instance.
Adapted from the corresponding slf4j-log4j adapter.
- Version:
- $Revision: 2784 $
- Author:
- Dimitris Andreadis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossLoggerFactory
public JBossLoggerFactory()
getLogger
public org.slf4j.Logger getLogger(String name)
- Specified by:
getLogger
in interface org.slf4j.ILoggerFactory
- See Also:
ILoggerFactory.getLogger(java.lang.String)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.