Package com.adobe.granite.requests.logging.api
@Version("2.0.2")
package com.adobe.granite.requests.logging.api
Provides a service to provide and retrieve the longest requests and the requests
registered in the current time frame. The results are provided as
TimedRequest objects.
Consumers of this service will import the package and get a reference to
the RequestLogger service.-
InterfacesClassDescriptionThe
RequestLoggerclass provides the functionality to gather requests.TheTimedRequestinterface provides the functionality to track the details about the processing of a request.