DEVICE_LOG(3)
SCORE-D DEVICE PROGRAMMING
DEVICE_LOG(3)

NAME
device_log - output a message to the SCore-D syslog

SYNOPSIS
#include <score_device.h>

void device_log(char* format, ...);

DESCRIPTION
device_log() outputs a message from a device (server) process to the SCore-D syslog facility.

SEE ALSO
Device programming example

$Id: device_log.html,v 1.2 2002/02/27 12:39:35 liu Exp $