1picld_log(3PICLTREE)    PICL Plug-In Library Functions    picld_log(3PICLTREE)
2
3
4

NAME

6       picld_log - log a message in system log
7

SYNOPSIS

9       cc [flag ...] file ... -lpicltree [library ...]
10       #include <picltree.h>
11
12       void picld_log(const char *msg);
13
14

DESCRIPTION

16       The  picld_log() function logs the message specified in msg to the sys‐
17       tem log file using syslog(3C). This function is used by the PICL daemon
18       and the plug-in modules to log messages to inform users of any error or
19       warning conditions.
20

RETURN VALUES

22       This function does not return a value.
23

ERRORS

25       No errors are defined.
26

ATTRIBUTES

28       See attributes(5) for descriptions of the following attributes:
29
30
31
32
33       ┌─────────────────────────────┬─────────────────────────────┐
34       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
35       ├─────────────────────────────┼─────────────────────────────┤
36       │MT-Level                     │MT-Safe                      │
37       └─────────────────────────────┴─────────────────────────────┘
38

SEE ALSO

40       syslog(3C), attributes(5)
41
42
43
44SunOS 5.11                        28 Mar 2000             picld_log(3PICLTREE)
Impressum