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

Field Detail

extra

public StringBuilder extra
Constructor Detail

ServletLogParser.ServletLog

public ServletLogParser.ServletLog()
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()

toString

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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.