GetLoggedData Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLoggedData() method retrieves logged data for a data log group. The method determines whether to get the data from the Data_Log_16 or Data_Log_48 tables.
This overload of the method allows the job to be specified and the returned data to be filtered by a number of optional parameters.
| Overload | Description |
|---|---|
| GetLoggedData(Object,Object,Object,Object,Object,Object) | The GetLoggedData() method retrieves logged data for a data log group. The method determines whether to get the data from the Data_Log_16 or Data_Log_48 tables. This overload of the method allows the job to be specified and the returned data to be filtered by a number of optional parameters. |
| GetLoggedData(String,String,Int32) | The GetLoggedData() method retrieves logged data for a data log group. The method determines whether to get the data from the Data_Log_16 or Data_Log_48 tables. This overload of the method allows the job to be specified. |
| GetLoggedData() | The GetLoggedData() method retrieves logged data for a data log group. The method determines whether to get the data from the Data_Log_16 or Data_Log_48 tables. This overload of the method returns all logged data for the current data log group. |