Interface RequestLogger
The
bundle.
RequestLogger class provides the functionality to gather
requests. This service is exposed in the context of the
invalid reference
com.adobe.granite.requests.logging
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of the longest requests captured by the system.
-
Method Details
-
getLongestRequests
TimedRequest[] getLongestRequests()Gets a list of the longest requests captured by the system.- Returns:
- a TimedRequest array of the longest requests, ordered in descending order by the solve time.
-