---
title: OSLogBoolFormat
framework: os
role: symbol
role_heading: Enumeration
path: os/oslogboolformat
---

# OSLogBoolFormat

The formatting options for Boolean values.

## Declaration

```swift
enum OSLogBoolFormat
```

## Mentioned in

Generating Log Messages from Your Code

## Topics

### Getting the Boolean Format Options

- [OSLogBoolFormat.truth](os/oslogboolformat/truth.md)
- [OSLogBoolFormat.answer](os/oslogboolformat/answer.md)

## Relationships

### Conforms To

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

## See Also

### Value Formatters

- [OSLogIntegerFormatting](os/oslogintegerformatting.md)
- [OSLogInt32ExtendedFormat](os/oslogint32extendedformat.md)
- [OSLogFloatFormatting](os/oslogfloatformatting.md)
- [OSLogPointerFormat](os/oslogpointerformat.md)
