Function: loggingList()
loggingList(
httpRequestContext,componentName,request):Promise<ILoggingListResponse>
Get a list of the logging entries.
Parameters
httpRequestContext
IHttpRequestContext
The request context for the API.
componentName
string
The name of the component to use in the routes.
request
ILoggingListRequest
The request.
Returns
Promise<ILoggingListResponse>
A promise that resolves to the matching log entries and an optional pagination cursor.