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