public class AsyncRequestLog extends org.eclipse.jetty.util.component.AbstractLifeCycle implements org.eclipse.jetty.server.RequestLog, Consumer<org.neo4j.logging.async.AsyncLogEvent>, org.neo4j.concurrent.AsyncEvents.Monitor
| Constructor and Description |
|---|
AsyncRequestLog(org.neo4j.io.fs.FileSystemAbstraction fs,
ZoneId logTimeZone,
String logFile,
long rotationSize,
int rotationKeepNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.neo4j.logging.async.AsyncLogEvent event) |
void |
eventCount(long count) |
void |
log(org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response) |
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AsyncRequestLog(org.neo4j.io.fs.FileSystemAbstraction fs,
ZoneId logTimeZone,
String logFile,
long rotationSize,
int rotationKeepNumber)
throws IOException
IOExceptionpublic void log(org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response)
log in interface org.eclipse.jetty.server.RequestLogpublic void accept(org.neo4j.logging.async.AsyncLogEvent event)
public void eventCount(long count)
eventCount in interface org.neo4j.concurrent.AsyncEvents.MonitorCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.