Class AccessLogEntry

java.lang.Object
com.yahoo.container.logging.AccessLogEntry

public class AccessLogEntry extends Object

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
  • Constructor Details

    • AccessLogEntry

      public AccessLogEntry()
  • Method Details