Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.extensions.requestlogger | |
org.apache.wicket.jmx.wrapper | |
org.apache.wicket.protocol.http |
HTTP implementation.
|
Modifier and Type | Method and Description |
---|---|
IRequestLogger |
Application.getRequestLogger()
Gets the
IRequestLogger . |
protected IRequestLogger |
Application.newRequestLogger()
creates a new request logger when requests logging is enabled.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonRequestLogger
JsonRequestLogger uses Jackson to log requests in JSON-format.
|
Modifier and Type | Method and Description |
---|---|
protected IRequestLogger |
RequestLogger.getRequestLogger()
Gets the request logger for this application.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestLogger
Base class that collects request and session information for request logging to enable rich
information about the events that transpired during a single request.
|
class |
RequestLogger
This is the logger class that can be set in the
Application.getRequestLogger() method. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.