void osenv_vlog(int priority, const char *fmt, va_list args);
ComponentOS, Nonblocking
This is the output interface to the device driver framework. All output must go through this interface, so the OS may decide what to do with it.Normal printf-type calls should get converted to the OSENV_LOG_INFO priority.
- priority
- fmt
- printf-style message format
- args
- Any parameters required by the output format