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 StringBuilder
extra
-
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 String
getLevel()
int
getNthreads()
long
getReqSeq()
long
getReqTime()
boolean
isDone()
boolean
isExtra()
boolean
isStart()
void
setNthreads(int nthreads)
String
toString()
-
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:
toString
in classLogReader.Log
-
-