public class Slf4jRequestLog
extends org.eclipse.jetty.server.AbstractNCSARequestLog
RequestLog implementation of AbstractNCSARequestLog.| Constructor and Description |
|---|
Slf4jRequestLog(ch.qos.logback.core.spi.AppenderAttachableImpl<ch.qos.logback.classic.spi.ILoggingEvent> appenders,
TimeZone timeZone)
Creates a new request log.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStop() |
protected boolean |
isEnabled() |
void |
setLogTimeZone(TimeZone tz) |
void |
write(String entry) |
doStart, getIgnorePaths, getLogCookies, getLogDateFormat, getLogLatency, getLogLocale, getLogServer, getLogTimeZone, getPreferProxiedForAddress, isExtended, isLogDispatch, log, logExtended, setExtended, setIgnorePaths, setLogCookies, setLogDateFormat, setLogDispatch, setLogLatency, setLogLocale, setLogServer, setLogTimeZone, setPreferProxiedForAddressaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stoppublic Slf4jRequestLog(ch.qos.logback.core.spi.AppenderAttachableImpl<ch.qos.logback.classic.spi.ILoggingEvent> appenders,
TimeZone timeZone)
appenders - the appenders to which requests will be loggedtimeZone - the timezone to which timestamps will be convertedprotected boolean isEnabled()
isEnabled in class org.eclipse.jetty.server.AbstractNCSARequestLogpublic void write(String entry) throws IOException
write in class org.eclipse.jetty.server.AbstractNCSARequestLogIOExceptionpublic void setLogTimeZone(TimeZone tz)
Copyright © 2014. All rights reserved.