| H A D | log.h | 232 #define os_log(log, format, ...) \ argument 262 #define os_log_info(log, format, ...) \ argument 263 os_log_with_type(log, OS_LOG_TYPE_INFO, format, ##__VA_ARGS__) 292 #define os_log_debug(log, format, ...) \ argument 321 #define os_log_error(log, format, ...) \ argument 353 #define os_log_fault(log, format, ...) \ argument 498 #define os_log_with_startup_serial(log, format, ...) \ argument 500 #define os_log_info_with_startup_serial(log, format, ...) \ argument 502 #define os_log_debug_with_startup_serial(log, format, ...) \ argument 504 #define os_log_error_with_startup_serial(log, format, ...) \ argument [all …]
|