# RetrieveStartupLogs()

> Returns any captured startup logs

## Definition

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

```csharp
public static Debug.StartupLog[] RetrieveStartupLogs()
```

### Returns

| Type                                                                              | Description |
| --------------------------------------------------------------------------------- | ----------- |
| [StartupLog\[\]](/engine/6000.5/script-reference/unityengine/debug/startuplog.md) |             |

### Remarks

If startup logs are being captured, all captured logs will be returned.  Capturing will also be disabled.
