overwolf.utils.sendLogs
Overwolf APIs / overwolf / overwolf / utils / sendLogs
function sendLogs(
description: string,
callback: CallbackFunction<Result>,
): void;
Sends Overwolf logs to Overwolf servers for debugging.
Parameters
| Parameter | Type | Description |
|---|---|---|
description | string | The reason for sending the logs. |
callback | CallbackFunction<Result> | A callback with the status of the request. |
Returns
void