<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "os",
  "identifier" : "/documentation/os/os_signpost_enabled",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "os"
    ],
    "preciseIdentifier" : "c:@F@os_signpost_enabled"
  },
  "title" : "os_signpost_enabled"
}
-->

# os_signpost_enabled

Returns a Boolean value that indicates whether signposts are in an enabled state for the specified log.

```
extern bool os_signpost_enabled(os_log_t log);
```

## Parameters

`log`

The [`OS_LOG_DEFAULT`](/documentation/os/OS_LOG_DEFAULT) constant or a custom log object that you create with the [`os_log_create`](/documentation/os/os_log_create) function.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)