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 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 voidclose()Deprecated.static voidconfig()Deprecated.voidflush()Deprecated.voidpublish(LogRecord record)Deprecated.-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
config
public static void config()
Deprecated.
-
close
public void close() throws SecurityExceptionDeprecated.- Specified by:
closein classHandler- Throws:
SecurityException
-
-