Skip to main content

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

ParameterTypeDescription
callbackCallbackFunction<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

ParameterTypeDescription
optionsUploadClientLogsOptions-
callbackCallbackFunction<Result>A callback with the status of the request.

Returns

void