<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "os",
  "identifier" : "/documentation/os/os_log_info_enabled",
  "metadataVersion" : "0.1.0",
  "role" : "Macro",
  "symbol" : {
    "kind" : "Macro",
    "modules" : [
      "os"
    ],
    "preciseIdentifier" : "c:@macro@os_log_info_enabled"
  },
  "title" : "os_log_info_enabled"
}
-->

# os_log_info_enabled

Returns a Boolean value that indicates whether info-level logging is in an enabled state for a specified log object.

```
#define os_log_info_enabled(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.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if info-level logging is in an enabled state; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## See Also

  <doc://com.apple.documentation/documentation/kernel/os_log_type_t/os_log_type_info>



---

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)