---
title: OSLogIntExtendedFormat
framework: os
role: symbol
role_heading: Enumeration
path: os/oslogintextendedformat
---

# OSLogIntExtendedFormat

Options for expanding bit rate information stored as an int during logging.

## Declaration

```swift
enum OSLogIntExtendedFormat
```

## Topics

### Expansion Options

- [OSLogIntExtendedFormat.bitrate](os/oslogintextendedformat/bitrate.md)
- [OSLogIntExtendedFormat.bitrateIEC](os/oslogintextendedformat/bitrateiec.md)
- [OSLogIntExtendedFormat.byteCount](os/oslogintextendedformat/bytecount.md)
- [OSLogIntExtendedFormat.byteCountIEC](os/oslogintextendedformat/bytecountiec.md)

### Enumeration Cases

- [OSLogIntExtendedFormat.secondsSince1970](os/oslogintextendedformat/secondssince1970.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)

## See Also

### Value Interpolation

- [OSLogInterpolation](os/osloginterpolation.md)
