---
title: OSLogPrivacy.Mask.none
framework: os
role: symbol
role_heading: Case
path: os/oslogprivacy/mask/none
---

# OSLogPrivacy.Mask.none

An option to replace a redacted value with a generic string.

## Declaration

```swift
case none
```

## Discussion

Discussion Use this option when you don’t want to correlate log messages with identical redacted values.

## See Also

### Privacy Mask Options

- [OSLogPrivacy.Mask.hash](os/oslogprivacy/mask/hash.md)
