Retrieves recently logged log messages.
- Parameters
-
messageTypes | The list of message types that the caller wishes to receive. An empty list means no filtering (send all message types). |
traceCategories | The categories of traces that caller wish to receive. This parameter is ignored if messageTypes is not empty and does not include trace. An empty list means no filtering (send all trace categories). |
messageMax | The maximum number of log messages (of all types) to be returned. A negative value requests all messages available. |
context | The request context. |
- Returns
- A future that becomes available when the invocation completes. This future holds:
- returnValue The Log messages.
- prefix The prefix of the associated local logger.