Package thredds.logs
Class LogReader.Log
- java.lang.Object
-
- thredds.logs.LogReader.Log
-
- Direct Known Subclasses:
ServletLogParser.ServletLog
- Enclosing class:
- LogReader
public static class LogReader.Log extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longdate
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytes()StringgetClient()StringgetDate()longgetDateMillisec()StringgetIp()longgetMsecs()StringgetPath()StringgetReferrer()intgetStatus()StringtoCSV()StringtoString()voidtoString(Formatter f)
-
-
-
Method Detail
-
getIp
public String getIp()
-
getDateMillisec
public long getDateMillisec()
-
getDate
public String getDate()
-
getReferrer
public String getReferrer()
-
getClient
public String getClient()
-
getStatus
public int getStatus()
-
getMsecs
public long getMsecs()
-
getBytes
public long getBytes()
-
getPath
public String getPath()
-
toCSV
public String toCSV()
-
toString
public void toString(Formatter f)
-
-