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

# default

The shared default log.

## Declaration

```swift
static let `default`: OSLog
```

## Discussion

Discussion Passing this constant to an os_log function causes the system to log a message with the system’s standard behavior.

## See Also

### Getting the Shared Logs

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