Man Page: set_aumessage_mode
Operating Environment: centos
Section: 3
SET_MESSAGE_MODE(3) Linux Programmer's Manual SET_MESSAGE_MODE(3)NAMEset_message_mode - Sets the message modeSYNOPSIS#include <libaudit.h> void set_message_mode (message_t mode);DESCRIPTIONset_message_mode sets the location where informational messages are sent. If mode=0 (default), then informational messages are sent to stderr. If mode=1, then informational messages are sent to syslog.EXAMPLE/* Sample code */ set_message_mode(MSG_SYSLOG)SEE ALSOauditd(8), audit_open(3).AUTHORDebora Velarde. Linux 2.6 2004-12-01 SET_MESSAGE_MODE(3)
| Related Man Pages |
|---|
| dpm-rfiod(8) - debian |
| audit_set_failure(3) - suse |
| get_auditfail_action(3) - suse |
| racoon(8) - suse |
| mail::spamassassin::logger(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| Controlling user input |