Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

picld_log(3picltre) [linux man page]

picld_log(3PICLTREE)					  PICL Plug-In Library Functions				      picld_log(3PICLTREE)

NAME
picld_log - log a message in system log SYNOPSIS
cc [flag ...] file ... -lpicltree [library ...] #include <picltree.h> void picld_log(const char *msg); DESCRIPTION
The picld_log() function logs the message specified in msg to the system log file using syslog(3C). This function is used by the PICL dae- mon and the plug-in modules to log messages to inform users of any error or warning conditions. RETURN VALUES
This function does not return a value. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
syslog(3C), attributes(5) SunOS 5.10 28 Mar 2000 picld_log(3PICLTREE)

Check Out this Related Man Page

ptree_get_root(3PICLTREE)				  PICL Plug-In Library Functions				 ptree_get_root(3PICLTREE)

NAME
ptree_get_root - get the root node handle SYNOPSIS
cc [ flag... ] file... -lpicltree [ library... ] #include <picltree.h> int ptree_get_root(picl_nodehdl_t *nodeh); DESCRIPTION
The ptree_get_root() function copies the handle of the root node of the PICL tree into the location specified by nodeh. RETURN VALUES
Upon successful completion, 0 is returned. On failure, a non-negative integer is returned to indicate an error. ERRORS
PICL_INVALIDARG Invalid argument PICL_FAILURE General system failure ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libpicltree(3PICLTREE), ptree_create_node(3PICLTREE), attributes(5) SunOS 5.10 28 Mar 2000 ptree_get_root(3PICLTREE)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

syslog.log (HP-UX)

How can I setup the syslog.log file ? (2 Replies)
Discussion started by: salhoub
2 Replies

2. SuSE

/var/log/boot.msg

I have a Dell Latitude c840 that runs SuSE 8.0 Enterprise server that hangs on bootup on trying to create /var/log/boot.msg. It boots in rescue mode just fine. I've tried deleting the old boot.msg file that was in there, but that did no good. Does anyone have any advice/know of a website with... (3 Replies)
Discussion started by: Jody
3 Replies

3. UNIX for Dummies Questions & Answers

syslog.log - hp-ux

Hi, Following error message apeared in the syslog.log file of our hps2_dc server. Mar 10 17:22:12 hps2_dc vmunix: 0/4/0/0.1.3.255.14.1.0 sctl Mar 10 17:22:31 hps2_dc vmunix: 0/4/0/0: Unable to access previously accessed device at nport ID 0x10300. Could it be a hardware problem related... (4 Replies)
Discussion started by: mhbd
4 Replies

4. Red Hat

syslog messages.

Good Day. Any idea on the messages log. it would be a great help to us. Upon checking the on the system logs, I found the following messages: EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald... (1 Reply)
Discussion started by: cabloy
1 Replies

5. AIX

Diverting an app log to the syslog

My windows developers want to scan an Oracle log live; samba won't give them what they want. They are trying to scan logs with Microsoft Operations Monitoring. I set up syslog to export to the external windows server and that is working, but is there a way to send the updates to the oracle log to... (3 Replies)
Discussion started by: tommysalami
3 Replies

6. UNIX for Dummies Questions & Answers

Using system function in C

Hi Guys , I want to use system function in C to do the following work. cp <file1> <file2> and then ><file1> e,g cp \var\log\cpm_cpmd_1.log.1 \var\log\cpm_cpmd_1.log.2 and then >\var\log\cpm_cpmd_1.log.1 1. g_config_info.cpmm_config.cpm_log_path=\var\log\ 2. ... (3 Replies)
Discussion started by: meet123321
3 Replies

7. UNIX for Dummies Questions & Answers

Unix and Linux...what to look for in mail.log?

Hi all. I have a couple of scripts looking at my syslog.log, mail.log, and messages logs. My scripts work well with syslog.log and messages logs. I use grep function and then make exceptions to things that I know happen often and that way can investigate better without being buried with... (2 Replies)
Discussion started by: zixzix01
2 Replies

8. SuSE

syslog-ng - dont log specific entries

Hi @ all, I´ve a short question, perhaps somebody could help me ... How can I configure syslog-ng either not to log specific entries in messages or write them into another file ... Here´re my extract from syslog-ng.conf: ... filter f_imap { match(imap); }; ... destination... (5 Replies)
Discussion started by: jackcracker
5 Replies

9. UNIX for Dummies Questions & Answers

Interview question

A process(apache/webservice) is continually writing a log(it is a single log, there are no several logs with different file names) onto a unix system. the file system is filling up. How do you handle the situation. Is there a way to handle this situation without killing the parent process.(... (1 Reply)
Discussion started by: ramky79
1 Replies

10. UNIX for Dummies Questions & Answers

Help with list of known errors

i want to know the type of error strings to watch for in any log file, whether it be system log or application log. yes, i understand that there will be false positives as some errors may not carry as much impact in other organizations. but i would just like to have a list of known strings that... (4 Replies)
Discussion started by: SkySmart
4 Replies

11. AIX

Filtering keywords from syslog.

Hi, My syslog in AIX forwards all user facility to a specific log /logs/user.log I need to further segregate the user.log to logs specific to various applications and i was wondering if i can make some configuration change to syslog.conf to forward messages based on a certain keyword? for... (2 Replies)
Discussion started by: roshan.171188
2 Replies