Tauri Core API - v2.6.0
    Preparing search index...

    Function appLogDir

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

      • Linux: Resolves to ${configDir}/${bundleIdentifier}/logs.
      • macOS: Resolves to ${homeDir}/Library/Logs/{bundleIdentifier}
      • Windows: Resolves to ${configDir}/${bundleIdentifier}/logs.

      Returns Promise<string>

      import { appLogDir } from '@tauri-apps/api/path';
      const appLogDirPath = await appLogDir();

      1.2.0