org.jboss.slf4j
Class JBossLoggerFactory

java.lang.Object
  extended by 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

Constructor Summary
JBossLoggerFactory()
           
 
Method Summary
 org.slf4j.Logger getLogger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossLoggerFactory

public JBossLoggerFactory()
Method Detail

getLogger

public org.slf4j.Logger getLogger(String name)
Specified by:
getLogger in interface org.slf4j.ILoggerFactory
See Also:
ILoggerFactory.getLogger(java.lang.String)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.