Class 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.
       
      • Methods inherited from class java.util.logging.Handler

        getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JettyLogHandler

        public JettyLogHandler()
        Deprecated.
    • Method Detail

      • config

        public static void config()
        Deprecated.
      • publish

        public void publish​(java.util.logging.LogRecord record)
        Deprecated.
        Specified by:
        publish in class java.util.logging.Handler
      • flush

        public void flush()
        Deprecated.
        Specified by:
        flush in class java.util.logging.Handler
      • close

        public void close()
                   throws java.lang.SecurityException
        Deprecated.
        Specified by:
        close in class java.util.logging.Handler
        Throws:
        java.lang.SecurityException