|
|
◆ ostrace_create_archive()
Creates a syslog archive.
- Note
- The device will close the connection once the transfer is complete. The client is not usable after that anymore and must be disposed with ostrace_client_free.
- Parameters
-
| client | The ostrace client to use |
| options | A dictionary with options for the request. Valid parameters are StartTime (PLIST_UINT), SizeLimit (PLIST_UINT), and AgeLimit (PLIST_UINT). |
- Returns
- OSTRACE_E_SUCCESS on success, or an OSTRACE_E_* error code otherwise
|