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.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Constructor Summary
Constructors Constructor Description Slf4jRequestLogWriter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLoggerName()
Deprecated.void
setLoggerName(String loggerName)
Deprecated.void
write(String requestEntry)
Deprecated.-
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
-
-
-
-
Method Detail
-
setLoggerName
public void setLoggerName(String loggerName)
Deprecated.
-
getLoggerName
@ManagedAttribute("logger name") public String getLoggerName()
Deprecated.
-
write
public void write(String requestEntry) throws IOException
Deprecated.- Specified by:
write
in interfaceRequestLog.Writer
- Throws:
IOException
-
-