ElectronApp.setAppLogsPath method
ElectronApp › setAppLogsPath
Unofficial
Sets or creates a directory for the app's logs.Signature:
setAppLogsPath(path?: string | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path? | string | undefined | The custom log directory path. |
Returns: void