opensolaris man page for scds_syslog

Query: scds_syslog

OS: opensolaris

Section: 3ha

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

scds_syslog(3HA)					 Sun Cluster HA and Data Services					  scds_syslog(3HA)

NAME
scds_syslog - write a message to the system log
SYNOPSIS
cc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> void scds_syslog(int priority, const char*format...
DESCRIPTION
The scds_syslog() function writes a message to the system log. It uses the facility returned by thescha_cluster_getlogfacility(3HA) func- tion. You can forward these messages to appropriate log files and users. See syslog.conf(4) for more information. All syslog messages are prefixed with: SC[<resourceTypeName>,<resourceGroupName>,<resourceName>,<methodName> Caution - Messages written to the system log are not internationalized. Do not use gettext() or other message translation functions in conjunction with this function.
PARAMETERS
The following parameters are supported: priority Message priority, as specified by syslog(3C) format Message format string, as specified by printf(3C) ... Variables, indicated by the format parameter, as specified by printf()
FILES
/usr/cluster/include/rgm/libdsdev.h Include file /usr/cluster/lib/libdsdev.so Library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+
SEE ALSO
printf(3C), scds_syslog_debug(3HA), scha_cluster_getlogfacility(3HA), syslog(3C), syslog.conf(4), attributes(5) Sun Cluster 3.2 7 Sep 2007 scds_syslog(3HA)
Related Man Pages
scds_fm_net_disconnect(3ha) - opensolaris
scds_fm_tcp_connect(3ha) - opensolaris
scds_get_netaddr_list(3ha) - opensolaris
scds_get_ext_property(3ha) - opensolaris
scds_get_rs_hostnames(3ha) - opensolaris
Similar Topics in the Unix Linux Community
system log files and core files?
limiting the size of syslog log files
cluster.log file
syslog-ng
How to analyse the syslog?