appLogDir

external fun appLogDir(): ERROR CLASS: Symbol not found for js.promise.Promise<kotlin/String>(source)

Returns the path to the suggested directory for your app's log files.

Platform-specific

  • Linux: Resolves to ${configDir}/${bundleIdentifier}/logs.

  • macOS: Resolves to ${homeDir}/Library/Logs/{bundleIdentifier}

  • Windows: Resolves to ${configDir}/${bundleIdentifier}/logs.

Since

1.2.0