LogbackClassicRequestLogFactory | LogbackClassicRequestLogFactory | |||
---|---|---|---|---|
Compiled from "LogbackClassicRequestLogFactory.java" | Compiled from "LogbackClassicRequestLogFactory.java" | |||
public class io.dropwizard.request.logging.old.LogbackClassicRequestLogFact ory implements io.dropwizard.request.logging.RequestLogFactory { | public class io.dropwizard.request.logging.old.LogbackClassicRequestLogFact ory implements io.dropwizard.request.logging.RequestLogFactory<org.eclipse. jetty.server.RequestLog> { | |||
public io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory( ); | public io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory( ); | |||
public com.google.common.collect.ImmutableList<io.dropwizard.logging.Appe | public java.util.List<io.dropwizard.logging.AppenderFactory<ch.qos.logbac | |||
nderFactory<ch.qos.logback.classic.spi.ILoggingEvent>> getAppenders(); | k.classic.spi.ILoggingEvent>> getAppenders(); | |||
public void setAppenders(com.google.common.collect.ImmutableList<io.dropw | public void setAppenders(java.util.List<io.dropwizard.logging.AppenderFac | |||
izard.logging.AppenderFactory<ch.qos.logback.classic.spi.ILoggingEvent>>); | tory<ch.qos.logback.classic.spi.ILoggingEvent>>); | |||
public java.util.TimeZone getTimeZone(); | public java.util.TimeZone getTimeZone(); | |||
public void setTimeZone(java.util.TimeZone); | public void setTimeZone(java.util.TimeZone); | |||
public boolean isEnabled(); | public boolean isEnabled(); | |||
public org.eclipse.jetty.server.RequestLog build(java.lang.String); | public org.eclipse.jetty.server.RequestLog build(java.lang.String); | |||
} | } | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |