org.ow2.petals.binding.soap.listener.incoming.jetty
Class JettyLogger
java.lang.Object
org.ow2.petals.binding.soap.listener.incoming.jetty.JettyLogger
- All Implemented Interfaces:
- org.mortbay.log.Logger
public class JettyLogger
- extends Object
- implements org.mortbay.log.Logger
A jetty logger implementation based on the root logger of the component.
- Author:
- chamerling - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected Logger logger
- The component logger
JettyLogger
public JettyLogger(Logger logger)
- Creates a new instance of
JettyLogger
- Parameters:
name - logger -
debug
public void debug(String arg0,
Object arg1,
Object arg2)
- Specified by:
debug in interface org.mortbay.log.Logger
debug
public void debug(String arg0,
Throwable arg1)
- Specified by:
debug in interface org.mortbay.log.Logger
getLogger
public org.mortbay.log.Logger getLogger(String arg0)
- Specified by:
getLogger in interface org.mortbay.log.Logger
info
public void info(String arg0,
Object arg1,
Object arg2)
- Specified by:
info in interface org.mortbay.log.Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface org.mortbay.log.Logger
setDebugEnabled
public void setDebugEnabled(boolean arg0)
- Specified by:
setDebugEnabled in interface org.mortbay.log.Logger
warn
public void warn(String arg0,
Object arg1,
Object arg2)
- Specified by:
warn in interface org.mortbay.log.Logger
warn
public void warn(String arg0,
Throwable arg1)
- Specified by:
warn in interface org.mortbay.log.Logger
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.