Package org.glassfish.grizzly.http.server.accesslog
-
Interface Summary Interface Description AccessLogAppender An interface defining an appender for Grizzly access logs entries.AccessLogFormat An interface defining a component capable of formattingResponses into printable access log entries. -
Class Summary Class Description AccessLogBuilder A simple builder to configure access logging for Grizzly.AccessLogProbe A Grizzly probe used to provide access logs generation.ApacheLogFormat AnAccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats.FileAppender QueueingAppender Anappenderenqueueing log entries into aLinkedBlockingQueueand using a secondary, separateThreadto forward them to a configured nestedappender.RotatingFileAppender StreamAppender Anappenderwriting log entries to anOutputStream.