next up previous contents index
Next: 8.18.3 osenv_vpanic: Abort driver Up: 8.18 Misc Previous: 8.18.1 osenv_vlog: OS environment's

8.18.2 osenv_log: OS environment's output routine

 

SYNOPSIS

void osenv_log(int priority, const char *fmt, ... );

DIRECTION

Component tex2html_wrap_inline36701 OS, Nonblocking

DESCRIPTION

Front-end to osenv_vlog

PARAMETERS

priority
Priority of the message.
fmt
printf-style message format
...
Any parameters required by the output format



Utah Flux Research Group