Output messages and debug information
int nic_slogf ( int opcode,
int severity,
const char *fmt... )
- opcode
- A combination of a major and minor code.
- severity
- The severity of the log message.
- fmt
- A standard printf() string followed by printf()
arguments.
The nic_slogf() function outputs error messages, informational
messages, or debug information to the device. This function is a cover for
slogf().
QNX Neutrino
Safety: | |
Cancellation point |
Yes |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |
slogf()