Contents

os_log

Sends a default-level message to the logging system.

Declaration

#define os_log(log, format, ...)

Parameters

  • log:

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

  • format:

    A constant string or format string that produces a human-readable log message. See TP40004265.

Mentioned in

Discussion

Calling this function is equivalent to calling the os_log_with_type function and specifying a log type of OS_LOG_TYPE_DEFAULT.

See Also

Log Messages