---
title: disabled
framework: os
role: symbol
role_heading: Type Property
path: os/oslog/disabled
---

# disabled

The shared disabled log.

## Declaration

```swift
static let disabled: OSLog
```

## Discussion

Discussion Passing this constant to an os_log function prevents the system from logging a message.

## See Also

### Getting the Shared Logs

- [default](os/oslog/default.md)
