Obtaining Log Information
The BrokerServerLogInfo object describes basic information about a particular server's log. The following table describes the contents of the BrokerServerLogInfo object.
Field Name | Type | Description |
num_entries | int | The number of entries contained in the log. |
first_entry | BrokerDate | The date and time of the earliest entry contained in the log. |
last_entry | BrokerDate | The date and time of the most recent entry contained in the log. |
You can use the BrokerServerClient.getServerLogStatus method to obtain the status of the log of the Broker Server to which your client is connected.