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 long
date
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBytes()
String
getClient()
String
getDate()
long
getDateMillisec()
String
getIp()
long
getMsecs()
String
getPath()
String
getReferrer()
int
getStatus()
String
toCSV()
String
toString()
void
toString(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)
-
-