This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.container.services.log
Class ContainerLoggerAdaptor
java.lang.Object
   org.apache.jetspeed.container.services.log.ContainerLoggerAdaptor
org.apache.jetspeed.container.services.log.ContainerLoggerAdaptor
- All Implemented Interfaces: 
- org.apache.pluto.services.ContainerService, org.apache.pluto.services.log.Logger
- public class ContainerLoggerAdaptor 
- extends Object- implements org.apache.pluto.services.log.Logger
ContainerLoggerAdaptor
- Version:
- $Id: ContainerLoggerAdaptor.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
| Field Summary | 
| private  org.apache.commons.logging.Log | log
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
log
private org.apache.commons.logging.Log log
ContainerLoggerAdaptor
public ContainerLoggerAdaptor(org.apache.commons.logging.Log log)
isDebugEnabled
public boolean isDebugEnabled()
- 
- Specified by:
- isDebugEnabledin interface- org.apache.pluto.services.log.Logger
 
- 
 
isInfoEnabled
public boolean isInfoEnabled()
- 
- Specified by:
- isInfoEnabledin interface- org.apache.pluto.services.log.Logger
 
- 
 
isWarnEnabled
public boolean isWarnEnabled()
- 
- Specified by:
- isWarnEnabledin interface- org.apache.pluto.services.log.Logger
 
- 
 
isErrorEnabled
public boolean isErrorEnabled()
- 
- Specified by:
- isErrorEnabledin interface- org.apache.pluto.services.log.Logger
 
- 
 
debug
public void debug(String aMessage)
- 
- Specified by:
- debugin interface- org.apache.pluto.services.log.Logger
 
- 
 
debug
public void debug(String aMessage,
                  Throwable aThrowable)
- 
- Specified by:
- debugin interface- org.apache.pluto.services.log.Logger
 
- 
 
info
public void info(String aMessage)
- 
- Specified by:
- infoin interface- org.apache.pluto.services.log.Logger
 
- 
 
warn
public void warn(String aMessage)
- 
- Specified by:
- warnin interface- org.apache.pluto.services.log.Logger
 
- 
 
error
public void error(String aMessage)
- 
- Specified by:
- errorin interface- org.apache.pluto.services.log.Logger
 
- 
 
error
public void error(String aMessage,
                  Throwable aThrowable)
- 
- Specified by:
- errorin interface- org.apache.pluto.services.log.Logger
 
- 
 
error
public void error(Throwable aThrowable)
- 
- Specified by:
- errorin interface- org.apache.pluto.services.log.Logger
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.