---
title: logs
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlcommandbuffer/logs-518l2
---

# logs

The messages the command buffer records as the GPU runs its commands.

## Declaration

```swift
var logs: MTLLogContainer { get }
```

## Discussion

Discussion The value of this property is valid only after the command buffer finishes executing.
