Contents

os_log_info_enabled

Returns a Boolean value indicating whether info-level logging is enabled for a specified log object.

Declaration

bool os_log_info_enabled(os_log_t log);

Parameters

  • log:

    The OS_LOG_DEFAULT constant or a custom log object previously created by the 1643798 Os_log_create function.

Return Value

YES if info-level logging is enabled, otherwise NO.

See Also

Logging

Related Documentation