public static class LogReader.Log extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
date |
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and 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) |
public String getIp()
public long getDateMillisec()
public String getDate()
public String getReferrer()
public String getClient()
public int getStatus()
public long getMsecs()
public long getBytes()
public String getPath()
public String toCSV()
public void toString(Formatter f)