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.WriterA SLF4J-backedRequestLog.Writer.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoStop()voidwrite(String entry)
-
-
-
Method Detail
-
write
public void write(String entry) throws IOException
- Specified by:
writein interfaceorg.eclipse.jetty.server.RequestLog.Writer- Throws:
IOException
-
-