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:

Parameter Type Description
path? string | undefined The custom log directory path.

Returns: void