Uses of Interface
org.apache.wicket.protocol.http.IRequestLogger
-
Packages that use IRequestLogger Package Description org.apache.wicket The core Wicket package.org.apache.wicket.protocol.http HTTP implementation. -
-
Uses of IRequestLogger in org.apache.wicket
Methods in org.apache.wicket that return IRequestLogger Modifier and Type Method Description IRequestLoggerApplication. getRequestLogger()Gets theIRequestLogger.protected IRequestLoggerApplication. newRequestLogger()creates a new request logger when requests logging is enabled. -
Uses of IRequestLogger in org.apache.wicket.protocol.http
Classes in org.apache.wicket.protocol.http that implement IRequestLogger Modifier and Type Class Description classAbstractRequestLoggerBase class that collects request and session information for request logging to enable rich information about the events that transpired during a single request.classRequestLoggerThis is the logger class that can be set in theApplication.getRequestLogger()method.
-