Class JettyLogger
- java.lang.Object
-
- org.eclipse.jetty.util.log.AbstractLogger
-
- org.eclipse.jetty.util.log.JavaUtilLog
-
- com.google.apphosting.runtime.jetty9.JettyLogger
-
- All Implemented Interfaces:
org.eclipse.jetty.util.log.Logger
public class JettyLogger extends org.eclipse.jetty.util.log.JavaUtilLogJettyLoggeris a extension forJavaUtilLog
-
-
Constructor Summary
Constructors Constructor Description JettyLogger()JettyLogger(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.jetty.util.log.LoggernewLogger(String name)Create a Child Logger of this Logger.StringtoString()voidwarn(String msg, Throwable th)-
Methods inherited from class org.eclipse.jetty.util.log.JavaUtilLog
debug, debug, debug, debug, getName, ignore, info, info, info, isDebugEnabled, log, setDebugEnabled, warn, warn
-
-
-
-
Constructor Detail
-
JettyLogger
public JettyLogger()
-
JettyLogger
public JettyLogger(String name)
-
-
Method Detail
-
warn
public void warn(String msg, Throwable th)
- Specified by:
warnin interfaceorg.eclipse.jetty.util.log.Logger- Overrides:
warnin classorg.eclipse.jetty.util.log.JavaUtilLog
-
newLogger
protected org.eclipse.jetty.util.log.Logger newLogger(String name)
Create a Child Logger of this Logger.- Overrides:
newLoggerin classorg.eclipse.jetty.util.log.JavaUtilLog
-
-