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_DEFAULTconstant or a custom log object previously created by the 1643798 Os_log_create function.