org.apache.webbeans.logger
Class JULLoggerFactory

java.lang.Object
  extended by org.apache.webbeans.logger.JULLoggerFactory
All Implemented Interfaces:
WebBeansLoggerFactory

public class JULLoggerFactory
extends Object
implements WebBeansLoggerFactory


Constructor Summary
JULLoggerFactory()
           
 
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

JULLoggerFactory

public JULLoggerFactory()
Method Detail

getLogger

public Logger getLogger(Class<?> clazz,
                        Locale desiredLocale)
Specified by:
getLogger in interface WebBeansLoggerFactory

getLogger

public Logger getLogger(Class<?> clazz)
Specified by:
getLogger in interface WebBeansLoggerFactory


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.