# consoleLogPath

> Returns the path to the console log file, or an empty string if the current platform does not support log files.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static string consoleLogPath { get; }
```

### Remarks

For supported platforms and the corresponding log file locations, refer to [Log files reference](/engine/6000.7/manual/scripting/debugging-and-diagnostics/log-files.md).
