Uses of Interface
com.opensymphony.xwork2.util.logging.Logger

Packages that use Logger
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.conversion.metadata Type conversion meta data classes. 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.util.logging   
com.opensymphony.xwork2.util.logging.commons   
com.opensymphony.xwork2.util.logging.jdk   
com.opensymphony.xwork2.validator.metadata Validator meta data classes. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
 

Uses of Logger in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as Logger
protected static Logger ActionSupport.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config
 

Fields in com.opensymphony.xwork2.config declared as Logger
protected static Logger ConfigurationManager.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config.impl
 

Fields in com.opensymphony.xwork2.config.impl declared as Logger
protected static Logger DefaultConfiguration.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.conversion.impl
 

Fields in com.opensymphony.xwork2.conversion.impl declared as Logger
protected static Logger XWorkConverter.LOG
           
protected static Logger DefaultObjectTypeDeterminer.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.conversion.metadata
 

Fields in com.opensymphony.xwork2.conversion.metadata declared as Logger
protected static Logger ConversionDescription.log
          Jakarta commons-logging reference.
 

Uses of Logger in com.opensymphony.xwork2.interceptor
 

Fields in com.opensymphony.xwork2.interceptor declared as Logger
protected  Logger TimerInterceptor.categoryLogger
           
protected  Logger ExceptionMappingInterceptor.categoryLogger
           
protected  Logger MethodFilterInterceptor.log
           
protected static Logger TimerInterceptor.LOG
           
protected static Logger I18nInterceptor.LOG
           
protected static Logger ExceptionMappingInterceptor.LOG
           
 

Methods in com.opensymphony.xwork2.interceptor that return Logger
protected  Logger TimerInterceptor.getLoggerToUse()
          Get's the logger to use.
 

Methods in com.opensymphony.xwork2.interceptor with parameters of type Logger
protected  void ExceptionMappingInterceptor.doLog(Logger logger, Exception e)
          Performs the actual logging.
protected  void TimerInterceptor.doLog(Logger logger, String message)
          Performs the actual logging.
 

Uses of Logger in com.opensymphony.xwork2.util.logging
 

Methods in com.opensymphony.xwork2.util.logging that return Logger
static Logger LoggerFactory.getLogger(Class<?> cls)
           
static Logger LoggerFactory.getLogger(String name)
           
protected abstract  Logger LoggerFactory.getLoggerImpl(Class<?> cls)
           
protected abstract  Logger LoggerFactory.getLoggerImpl(String name)
           
 

Uses of Logger in com.opensymphony.xwork2.util.logging.commons
 

Classes in com.opensymphony.xwork2.util.logging.commons that implement Logger
 class CommonsLogger
          Simple logger that delegates to commons logging
 

Methods in com.opensymphony.xwork2.util.logging.commons that return Logger
protected  Logger CommonsLoggerFactory.getLoggerImpl(Class<?> cls)
           
protected  Logger CommonsLoggerFactory.getLoggerImpl(String name)
           
 

Uses of Logger in com.opensymphony.xwork2.util.logging.jdk
 

Classes in com.opensymphony.xwork2.util.logging.jdk that implement Logger
 class JdkLogger
          Delegates to jdk logger.
 

Methods in com.opensymphony.xwork2.util.logging.jdk that return Logger
protected  Logger JdkLoggerFactory.getLoggerImpl(Class<?> cls)
           
protected  Logger JdkLoggerFactory.getLoggerImpl(String name)
           
 

Uses of Logger in com.opensymphony.xwork2.validator.metadata
 

Fields in com.opensymphony.xwork2.validator.metadata declared as Logger
protected static Logger AbstractFieldValidatorDescription.log
          Jakarta commons-logging reference.
 

Uses of Logger in com.opensymphony.xwork2.validator.validators
 

Fields in com.opensymphony.xwork2.validator.validators declared as Logger
protected  Logger ValidatorSupport.log
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.