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() |
public 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
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.