Package org.glassfish.grizzly.http.server.accesslog
package org.glassfish.grizzly.http.server.accesslog
-
ClassDescriptionAn interface defining an appender for Grizzly access logs entries.A simple builder to configure access logging for Grizzly.An interface defining a component capable of formatting
Responses into printable access log entries.A Grizzly probe used to provide access logs generation.AnAccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats.Anappenderenqueueing log entries into aLinkedBlockingQueueand using a secondary, separateThreadto forward them to a configured nestedappender.Anappenderwriting log entries to anOutputStream.