Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.util.logging.commons » [javadoc | source]
com.opensymphony.xwork2.util.logging.commons
public class: CommonsLogger [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.util.logging.commons.CommonsLogger

All Implemented Interfaces:
    Logger

Simple logger that delegates to commons logging
Constructor:
 public CommonsLogger(Log log) 
Method from com.opensymphony.xwork2.util.logging.commons.CommonsLogger Summary:
debug,   debug,   error,   error,   fatal,   fatal,   info,   info,   isDebugEnabled,   isErrorEnabled,   isFatalEnabled,   isInfoEnabled,   isTraceEnabled,   isWarnEnabled,   trace,   trace,   warn,   warn
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.util.logging.commons.CommonsLogger Detail:
 public  void debug(String msg,
    String args) 
 public  void debug(String msg,
    Throwable ex,
    String args) 
 public  void error(String msg,
    String args) 
 public  void error(String msg,
    Throwable ex,
    String args) 
 public  void fatal(String msg,
    String args) 
 public  void fatal(String msg,
    Throwable ex,
    String args) 
 public  void info(String msg,
    String args) 
 public  void info(String msg,
    Throwable ex,
    String args) 
 public boolean isDebugEnabled() 
 public boolean isErrorEnabled() 
 public boolean isFatalEnabled() 
 public boolean isInfoEnabled() 
 public boolean isTraceEnabled() 
 public boolean isWarnEnabled() 
 public  void trace(String msg,
    String args) 
 public  void trace(String msg,
    Throwable ex,
    String args) 
 public  void warn(String msg,
    String args) 
 public  void warn(String msg,
    Throwable ex,
    String args)