net.sf.logdistiller.logtypes
Class HttpClfLogEvent
java.lang.Object
net.sf.logdistiller.LogEvent
net.sf.logdistiller.logtypes.HttpClfLogEvent
public class HttpClfLogEvent
- extends LogEvent
Log event for commonly used CLF format of web servers, either
Common Log Format
or Combined Log Format
- Since:
- 1.1
|
Constructor Summary |
HttpClfLogEvent(net.sf.logdistiller.logtypes.HttpClfLogEvent.Factory factory,
String rawLog)
|
| Methods inherited from class net.sf.logdistiller.LogEvent |
checkInitialized, dump, dump, getAttribute, getAttribute, getAttributes, getAttributesCount, getFactory, getRawLog, getTimestamp, getValue, setAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
host
public final String host
identity
public final String identity
userid
public final String userid
time
public final String time
timeDate
public final String timeDate
timeTime
public final String timeTime
request
public final String request
requestMethod
public final String requestMethod
requestUri
public final String requestUri
requestProtocol
public final String requestProtocol
status
public final String status
size
public final String size
referer
public final String referer
userAgent
public final String userAgent
userAgentName
public final String userAgentName
userAgentVersion
public final String userAgentVersion
userAgentDetails
public final String userAgentDetails
other
public final String other
LOGTYPE
public static final LogType LOGTYPE
DESCRIPTION
public static final LogType.Description DESCRIPTION
HttpClfLogEvent
public HttpClfLogEvent(net.sf.logdistiller.logtypes.HttpClfLogEvent.Factory factory,
String rawLog)
throws ParseException
- Throws:
ParseException
Copyright © 2004-2009. All Rights Reserved.