getLogEntries

getLogEntries( maxResults : integer ) : List of LogEntry

The getLogEntries operation returns a number of entries from the server log. The log entries are returned as a list of type LogEntry.

Parameters

Name

Description

Required

maxResults

Type: integer

Maximum number of results to return from the server log.

Yes

Return value

List of type LogEntry (see LogEntry).

Throws

None.

Next topic

removeClientSignature