Package org.eclipse.jetty.util.log
Class JettyLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- org.eclipse.jetty.util.log.JettyLogHandler
-
@Deprecated(since="2021-05-27") public class JettyLogHandler extends java.util.logging.HandlerDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Redirect java.util.logging events to Jetty Log
-
-
Constructor Summary
Constructors Constructor Description JettyLogHandler()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.static voidconfig()Deprecated.voidflush()Deprecated.voidpublish(java.util.logging.LogRecord record)Deprecated.
-
-
-
Method Detail
-
config
public static void config()
Deprecated.
-
publish
public void publish(java.util.logging.LogRecord record)
Deprecated.- Specified by:
publishin classjava.util.logging.Handler
-
flush
public void flush()
Deprecated.- Specified by:
flushin classjava.util.logging.Handler
-
close
public void close() throws java.lang.SecurityExceptionDeprecated.- Specified by:
closein classjava.util.logging.Handler- Throws:
java.lang.SecurityException
-
-