Displaying 1 result from an estimated 1 matches for "log_perror".
Did you mean:
log_error
2004 Oct 21
0
define more syslog flags
.../* write to console on logger error */
+#define LOG_ODELAY 0x04 /* delay connection until syslog() */
+#define LOG_NDELAY 0x08 /* open connection immediately */
+#define LOG_NOWAIT 0x10 /* wait for child processes (unused on linux) */
+#define LOG_PERROR 0x20 /* additional logging to stderr */
+
__extern void openlog(const char *, int, int);
__extern void syslog(int, const char *, ...);
__extern void vsyslog(int, const char *, va_list);
--
Thayne Harbaugh
Linux Networx
-------------- next part --------------
A non-text attachment was s...