| Package | Description |
|---|---|
| io.undertow.server.handlers.accesslog |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultAccessLogReceiver |
Log Receiver that stores logs in a directory under the specified file name, and rotates them after
midnight.
|
class |
JBossLoggingAccessLogReceiver |
Access log receiver that logs messages at INFO level.
|
| Constructor | Description |
|---|---|
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ExchangeAttribute attribute) |
|
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ExchangeAttribute attribute,
Predicate predicate) |
|
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ClassLoader classLoader) |
|
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ClassLoader classLoader,
Predicate predicate) |
Copyright © 2018. All rights reserved.