org.openspaces.pu.container.jee.jetty.support
Class JdkLogger
java.lang.Object
org.openspaces.pu.container.jee.jetty.support.JdkLogger
- All Implemented Interfaces:
- org.mortbay.log.Logger
public class JdkLogger
- extends Object
- implements org.mortbay.log.Logger
A JDK logging implemenation of jetty logger.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdkLogger
public JdkLogger()
JdkLogger
public JdkLogger(String s)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface org.mortbay.log.Logger
setDebugEnabled
public void setDebugEnabled(boolean b)
- Specified by:
setDebugEnabled
in interface org.mortbay.log.Logger
getLogger
public org.mortbay.log.Logger getLogger(String s)
- Specified by:
getLogger
in interface org.mortbay.log.Logger
info
public void info(String msg,
Object arg0,
Object arg1)
- Specified by:
info
in interface org.mortbay.log.Logger
debug
public void debug(String msg,
Throwable th)
- Specified by:
debug
in interface org.mortbay.log.Logger
debug
public void debug(String msg,
Object arg0,
Object arg1)
- Specified by:
debug
in interface org.mortbay.log.Logger
warn
public void warn(String msg,
Object arg0,
Object arg1)
- Specified by:
warn
in interface org.mortbay.log.Logger
warn
public void warn(String msg,
Throwable th)
- Specified by:
warn
in interface org.mortbay.log.Logger
Copyright © GigaSpaces.