next up previous contents index
Next: 6.18.2 osenv_log: OS environment's Up: 6.18 Misc Previous: 6.18 Misc

6.18.1 osenv_vlog: OS environment's output routine

 

SYNOPSIS

void osenv_vlog(int priority, const char *fmt, va_list args);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

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.

PARAMETERS

priority
fmt
printf-style message format
args
Any parameters required by the output format



University of Utah Flux Research Group