Package com.yahoo.container.logging
Class AccessLogEntry
java.lang.Object
com.yahoo.container.logging.AccessLogEntry
Information to be logged in the access log.
This class contains the union of all information that can be logged with all the supported access log formats.
The add methods can be called multiple times, but the parameters should be different for each invocation of the same method.
This class is thread-safe.- Author:
- Tony Vaagenes, bakksjo, bjorncs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyValue(String key, String value) com.yahoo.yolean.trace.TraceNodegetTrace()voidsetContent(AccessLogEntry.Content entity) voidsetHitCounts(HitCounts hitCounts) voidsetTrace(com.yahoo.yolean.trace.TraceNode traceNode) toString()
-
Constructor Details
-
AccessLogEntry
public AccessLogEntry()
-
-
Method Details