net.sf.logdistiller.logtypes
Class HttpClfLogEvent

java.lang.Object
  extended by net.sf.logdistiller.LogEvent
      extended by 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

Field Summary
static LogType.Description DESCRIPTION
           
 String host
           
static String ID
           
 String identity
           
static LogType LOGTYPE
           
 String other
           
 String referer
           
 String request
           
 String requestMethod
           
 String requestProtocol
           
 String requestUri
           
 String size
           
 String status
           
 String time
           
 String timeDate
           
 String timeTime
           
 String userAgent
           
 String userAgentDetails
           
 String userAgentName
           
 String userAgentVersion
           
 String userid
           
 
Constructor Summary
HttpClfLogEvent(net.sf.logdistiller.logtypes.HttpClfLogEvent.Factory factory, String rawLog)
           
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

HttpClfLogEvent

public HttpClfLogEvent(net.sf.logdistiller.logtypes.HttpClfLogEvent.Factory factory,
                       String rawLog)
                throws ParseException
Throws:
ParseException


Copyright © 2004-2009. All Rights Reserved.