From 69ea7a741502d5d694e55502d06544b616f255c6 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 23 Feb 2003 15:40:06 +0000 Subject: [PATCH] more constants added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117694 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/constants.xml | 73 ++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) 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)