Skip to content

ElectronApp.setAppLogsPath method

ElectronApp › setAppLogsPath

Unofficial

Sets or creates a directory for the app's logs.

Signature:

setAppLogsPath(path?: string | undefined): void

Parameters:

ParameterTypeDescription
path?string | undefinedThe custom log directory path.

Returns: void