Interface RequestLogger


@ProviderType public interface RequestLogger
The RequestLogger class provides the functionality to gather requests. This service is exposed in the context of the
invalid reference
com.adobe.granite.requests.logging
bundle.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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.