public static class ServletLogParser.ServletLog extends LogReader.Log
Modifier and Type | Field and Description |
---|---|
java.lang.StringBuilder |
extra |
date
Constructor and Description |
---|
ServletLog() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLevel() |
int |
getNthreads() |
long |
getReqSeq() |
long |
getReqTime() |
boolean |
isDone() |
boolean |
isExtra() |
boolean |
isStart() |
void |
setNthreads(int nthreads) |
java.lang.String |
toString() |
getBytes, getClient, getDate, getDateMillisec, getIp, getMsecs, getPath, getReferrer, getStatus, toCSV, toString
public long getReqTime()
public long getReqSeq()
public java.lang.String getLevel()
public boolean isExtra()
public boolean isDone()
public boolean isStart()
public int getNthreads()
public void setNthreads(int nthreads)
public java.lang.String toString()
toString
in class LogReader.Log