Class DropwizardSlf4jRequestLogWriter
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
io.dropwizard.request.logging.old.DropwizardSlf4jRequestLogWriter
- All Implemented Interfaces:
org.eclipse.jetty.server.RequestLog.Writer,org.eclipse.jetty.util.component.LifeCycle
public class DropwizardSlf4jRequestLogWriter
extends org.eclipse.jetty.util.component.AbstractLifeCycle
implements org.eclipse.jetty.server.RequestLog.Writer
A SLF4J-backed
RequestLog.Writer.- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener -
Field Summary
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING -
Method Summary
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, doStart, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toString
-
Method Details
-
write
- Specified by:
writein interfaceorg.eclipse.jetty.server.RequestLog.Writer- Throws:
IOException
-
doStop
- Overrides:
doStopin classorg.eclipse.jetty.util.component.AbstractLifeCycle- Throws:
Exception
-