overwolf.utils.uploadClientLogs
Overwolf APIs / overwolf / overwolf / utils / uploadClientLogs
Call Signature
function uploadClientLogs(callback: CallbackFunction<Result>): void;
Upload Overwolf client logs to Overwolf servers for current calling app.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<Result> | A callback with the status of the request. |
Returns
void
Call Signature
function uploadClientLogs(
options: UploadClientLogsOptions,
callback: CallbackFunction<Result>,
): void;
Upload Overwolf client logs to Overwolf servers for current calling app with options (such as file prefix)
Parameters
| Parameter | Type | Description |
|---|---|---|
options | UploadClientLogsOptions | - |
callback | CallbackFunction<Result> | A callback with the status of the request. |
Returns
void