com.opensymphony.xwork2.util.logging.jdk
Class JdkLoggerFactory

java.lang.Object
  extended by com.opensymphony.xwork2.util.logging.LoggerFactory
      extended by com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory

public class JdkLoggerFactory
extends LoggerFactory

Creates jdk loggers


Constructor Summary
JdkLoggerFactory()
           
 
Method Summary
protected  Logger getLoggerImpl(Class<?> cls)
           
protected  Logger getLoggerImpl(String name)
           
 
Methods inherited from class com.opensymphony.xwork2.util.logging.LoggerFactory
getLogger, getLogger, getLoggerFactory, setLoggerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkLoggerFactory

public JdkLoggerFactory()
Method Detail

getLoggerImpl

protected Logger getLoggerImpl(Class<?> cls)
Specified by:
getLoggerImpl in class LoggerFactory

getLoggerImpl

protected Logger getLoggerImpl(String name)
Specified by:
getLoggerImpl in class LoggerFactory


Copyright © 2009 OpenSymphony. All Rights Reserved.