Package org.eclipse.jetty.util.log
Class JettyLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- org.eclipse.jetty.util.log.JettyLogHandler
-
public class JettyLogHandler extends Handler
Redirect java.util.logging events to Jetty Log
-
-
Constructor Summary
Constructors Constructor Description JettyLogHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidconfig()voidflush()voidpublish(LogRecord record)-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
config
public static void config()
-
close
public void close() throws SecurityException- Specified by:
closein classHandler- Throws:
SecurityException
-
-