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.Handler
Deprecated.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 void
close()
Deprecated.static void
config()
Deprecated.void
flush()
Deprecated.void
publish(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:
publish
in classjava.util.logging.Handler
-
flush
public void flush()
Deprecated.- Specified by:
flush
in classjava.util.logging.Handler
-
close
public void close() throws java.lang.SecurityException
Deprecated.- Specified by:
close
in classjava.util.logging.Handler
- Throws:
java.lang.SecurityException
-
-