IOLog
Declaration
int IOLog(const char *format, ...);Parameters
- format:
A printf() style format string (see printf(3) documentation).
Discussion
Log a message to console in text mode, and os_log.
This function allows a driver to log diagnostic information to the screen during verbose boots, and to os_log.