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

# OSLogPointerFormat.ipv6Address

An option to display the pointer bytes as an IPv6 network address.

## Declaration

```swift
case ipv6Address
```

## Discussion

Discussion This option formats an in6_addr structure as an easily readable string.

## See Also

### Getting the Format Options

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