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)NAMEscds_syslog - write a message to the system logSYNOPSIScc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> void scds_syslog(int priority, const char*format...DESCRIPTIONThe 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.PARAMETERSThe 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 LibraryATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+SEE ALSOprintf(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)
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? |