org.apache.openejb.cdi.logging
Class Log4jLoggerFactory

java.lang.Object
  extended by org.apache.openejb.cdi.logging.Log4jLoggerFactory
All Implemented Interfaces:
org.apache.webbeans.logger.WebBeansLoggerFactory

public class Log4jLoggerFactory
extends Object
implements org.apache.webbeans.logger.WebBeansLoggerFactory


Constructor Summary
Log4jLoggerFactory()
           
 
Method Summary
 Logger getLogger(Class<?> clazz)
           
 Logger getLogger(Class<?> clazz, Locale desiredLocale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLoggerFactory

public Log4jLoggerFactory()
Method Detail

getLogger

public Logger getLogger(Class<?> clazz,
                        Locale desiredLocale)
Specified by:
getLogger in interface org.apache.webbeans.logger.WebBeansLoggerFactory

getLogger

public Logger getLogger(Class<?> clazz)
Specified by:
getLogger in interface org.apache.webbeans.logger.WebBeansLoggerFactory


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.