Package thredds.logs
Class ServletLogParser.ServletLog
- java.lang.Object
-
- thredds.logs.LogReader.Log
-
- thredds.logs.ServletLogParser.ServletLog
-
- Enclosing class:
- ServletLogParser
public static class ServletLogParser.ServletLog extends LogReader.Log
-
-
Field Summary
Fields Modifier and Type Field Description StringBuilderextra-
Fields inherited from class thredds.logs.LogReader.Log
date
-
-
Constructor Summary
Constructors Constructor Description ServletLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLevel()intgetNthreads()longgetReqSeq()longgetReqTime()booleanisDone()booleanisExtra()booleanisStart()voidsetNthreads(int nthreads)StringtoString()-
Methods inherited from class thredds.logs.LogReader.Log
getBytes, getClient, getDate, getDateMillisec, getIp, getMsecs, getPath, getReferrer, getStatus, toCSV, toString
-
-
-
-
Field Detail
-
extra
public StringBuilder extra
-
-
Method Detail
-
getReqTime
public long getReqTime()
-
getReqSeq
public long getReqSeq()
-
getLevel
public String getLevel()
-
isExtra
public boolean isExtra()
-
isDone
public boolean isDone()
-
isStart
public boolean isStart()
-
getNthreads
public int getNthreads()
-
setNthreads
public void setNthreads(int nthreads)
-
toString
public String toString()
- Overrides:
toStringin classLogReader.Log
-
-