thredds.logs
Class ServletLogParser.ServletLog

java.lang.Object
  extended by thredds.logs.LogReader.Log
      extended by thredds.logs.ServletLogParser.ServletLog
Enclosing class:
ServletLogParser

public static class ServletLogParser.ServletLog
extends LogReader.Log


Field Summary
 java.lang.StringBuilder extra
           
 
Constructor Summary
ServletLogParser.ServletLog()
           
 
Method Summary
 java.lang.String getLevel()
           
 long getReqSeq()
           
 long getReqTime()
           
 boolean isDone()
           
 boolean isExtra()
           
 boolean isStart()
           
 java.lang.String toString()
           
 
Methods inherited from class thredds.logs.LogReader.Log
getBytes, getClient, getDate, getIp, getMsecs, getPath, getReferrer, getStatus, toCSV
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

extra

public java.lang.StringBuilder extra
Constructor Detail

ServletLogParser.ServletLog

public ServletLogParser.ServletLog()
Method Detail

getReqTime

public long getReqTime()

getReqSeq

public long getReqSeq()

getLevel

public java.lang.String getLevel()

isExtra

public boolean isExtra()

isDone

public boolean isDone()

isStart

public boolean isStart()

toString

public java.lang.String toString()
Overrides:
toString in class LogReader.Log