IOLogv
Declaration
int IOLogv(const char *format, va_list ap);Parameters
- format:
A printf() style format string (see printf(3) documentation).
- ap:
stdarg(3) style variable arguments.
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.