Class AccessLog

java.lang.Object
com.yahoo.container.logging.AccessLog
All Implemented Interfaces:
RequestLog

public class AccessLog extends Object implements RequestLog
Logs to all the configured access logs.
Author:
Tony Vaagenes, bjorncs
  • Field Details

    • NONE_INSTANCE

      public static final AccessLog NONE_INSTANCE
  • Constructor Details

    • AccessLog

      @Inject public AccessLog(com.yahoo.component.provider.ComponentRegistry<RequestLogHandler> implementers)
  • Method Details