diff --git a/reference/network/constants.xml b/reference/network/constants.xml index 20567ff77e..93c14b0f18 100644 --- a/reference/network/constants.xml +++ b/reference/network/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants.core; @@ -33,6 +33,11 @@ message is logged + + LOG_NOWAIT + + + LOG_PERROR print log message also to standard error @@ -44,6 +49,72 @@ + + + <function>openlog</function> Facilities + + + + Constant + Description + + + + + LOG_AUTH + + security/authorization messages (use LOG_AUTHPRIV instead + in systems where that constant is defined) + + + + LOG_AUTHPRIV + security/authorization messages (private) + + + LOG_CRON + clock daemon (cron and at) + + + LOG_DAEMON + other system daemons + + + LOG_KERN + kernel messages + + + LOG_LOCAL0 ... LOG_LOCAL7 + reserved for local use, these are not available in Windows + + + LOG_LPR + line printer subsystem + + + LOG_MAIL + mail subsystem + + + LOG_NEWS + USENET news subsystem + + + LOG_SYSLOG + messages generated internally by syslogd + + + LOG_USER + generic user-level messages + + + LOG_UUCP + UUCP subsystem + + + +
+ <function>syslog</function> Priorities (in descending order)