2 .\" Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH PICLD_LOG 3PICLTREE "Mar 28, 2000"
8 picld_log \- log a message in system log
12 \fBcc\fR [\fIflag \&.\|.\|.\fR] \fIfile \fR\&.\|.\|. \fB-lpicltree\fR [\fIlibrary \&.\|.\|.\fR]
15 \fBvoid\fR \fBpicld_log\fR(\fBconst char *\fR\fImsg\fR);
21 The \fBpicld_log()\fR function logs the message specified in msg to the system
22 log file using \fBsyslog\fR(3C). This function is used by the PICL daemon and
23 the plug-in modules to log messages to inform users of any error or warning
28 This function does not return a value.
32 No errors are defined.
36 See \fBattributes\fR(5) for descriptions of the following attributes:
44 ATTRIBUTE TYPE ATTRIBUTE VALUE
52 \fBsyslog\fR(3C), \fBattributes\fR(5)