Request administrative log information
The method getLogEntries returns administrative log entries from the table JRLOG for the entered period of time.
The return value consists of a list of log entry objects for the entered time period. Through these objects all log entry data can easily be accessed.
In case no administrative log entries exist for the entered time period in JobRouter, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
fromDate |
ServiceObject_DateTime |
Earliest point of time |
toDate |
ServiceObject_DateTime |
Latest point of time |
Return value: ServiceObject_LogEntry[]; Array with LogEntry objects