os_log_debug_enabled
Returns a Boolean value indicating whether debug-level logging is enabled for a specified log object.
Declaration
bool os_log_debug_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.