Package org.eclipse.jetty.server
Class Slf4jRequestLogWriter
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.server.Slf4jRequestLogWriter
- All Implemented Interfaces:
RequestLog.Writer,LifeCycle
@ManagedObject("Slf4j RequestLog Writer")
@Deprecated(since="2021-05-27")
public class Slf4jRequestLogWriter
extends AbstractLifeCycle
implements RequestLog.Writer
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Request log writer using a Slf4jLog Logger
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetLoggerName(String loggerName) Deprecated.voidDeprecated.Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
-
Constructor Details
-
Slf4jRequestLogWriter
public Slf4jRequestLogWriter()Deprecated.
-
-
Method Details
-
setLoggerName
Deprecated. -
getLoggerName
Deprecated. -
write
Deprecated.- Specified by:
writein interfaceRequestLog.Writer- Throws:
IOException
-