strlog(9F) sends formatted text to log(7D) driver. Required definitions are contained in <sys/strlog.h> and <sys/log.h>. The call specifies the STREAMS module ID number, a sub-ID number, and the priority level. A flag parameter can specify any combination of:
the message is for the error logger
the message is for the tracer
advisory notification of a fatal error
modifies the SL_ERROR flag to request that a copy of the message be mailed to the system administrator
log the message to the console
warning message
notice the message
The flags are followed by a printf(3S)-style format string, but %s, %e, %E, %g, and %G conversion specifications are not recognized. Up to NLOGARGS of numeric or character arguments can be specified.