[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

nic_slogf()

Output messages and debug information

Synopsis:



int nic_slogf  ( int opcode,
               int severity,
               const char *fmt... )

Arguments:

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.

Description:

The nic_slogf() function outputs error messages, informational messages, or debug information to the device. This function is a cover for slogf().

Classification:

QNX Neutrino

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

slogf()


[Previous] [Contents] [Index] [Next]