---
title: OSLogPointerFormat.uuid
framework: os
role: symbol
role_heading: Case
path: os/oslogpointerformat/uuid
---

# OSLogPointerFormat.uuid

An option to display the pointer bytes as a formatted UUID.

## Declaration

```swift
case uuid
```

## Discussion

Discussion This option prints an easily readable uuid_t type.

## See Also

### Getting the Format Options

- [OSLogPointerFormat.none](os/oslogpointerformat/none.md)
- [OSLogPointerFormat.ipv6Address](os/oslogpointerformat/ipv6address.md)
- [OSLogPointerFormat.sockaddr](os/oslogpointerformat/sockaddr.md)
- [OSLogPointerFormat.timespec](os/oslogpointerformat/timespec.md)
- [OSLogPointerFormat.timeval](os/oslogpointerformat/timeval.md)
