9103 opengroup acknowledgement should be properly formatted in man pages
[unleashed.git] / usr / src / man / man3head / syslog.h.3head
blob176148b567425bec67f33ffabdac6780de5eaeaf
1 .\"
2 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3 .\" permission to reproduce portions of its copyrighted documentation.
4 .\" Original documentation from The Open Group can be obtained online at
5 .\" http://www.opengroup.org/bookstore/.
6 .\"
7 .\" The Institute of Electrical and Electronics Engineers and The Open
8 .\" Group, have given us permission to reprint portions of their
9 .\" documentation.
10 .\"
11 .\" In the following statement, the phrase ``this text'' refers to portions
12 .\" of the system documentation.
13 .\"
14 .\" Portions of this text are reprinted and reproduced in electronic form
15 .\" in the SunOS Reference Manual, from IEEE Std 1003.1, 2004 Edition,
16 .\" Standard for Information Technology -- Portable Operating System
17 .\" Interface (POSIX), The Open Group Base Specifications Issue 6,
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
19 .\" Engineers, Inc and The Open Group.  In the event of any discrepancy
20 .\" between these versions and the original IEEE and The Open Group
21 .\" Standard, the original IEEE and The Open Group Standard is the referee
22 .\" document.  The original Standard can be obtained online at
23 .\" http://www.opengroup.org/unix/online.html.
24 .\"
25 .\" This notice shall appear on any product containing this material.
26 .\"
27 .\" The contents of this file are subject to the terms of the
28 .\" Common Development and Distribution License (the "License").
29 .\" You may not use this file except in compliance with the License.
30 .\"
31 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 .\" or http://www.opensolaris.org/os/licensing.
33 .\" See the License for the specific language governing permissions
34 .\" and limitations under the License.
35 .\"
36 .\" When distributing Covered Code, include this CDDL HEADER in each
37 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 .\" If applicable, add the following below this CDDL HEADER, with the
39 .\" fields enclosed by brackets "[]" replaced with your own identifying
40 .\" information: Portions Copyright [yyyy] [name of copyright owner]
41 .\"
42 .\"
43 .\" Copyright (c) 2001, The IEEE and The Open Group.  All Rights Reserved.
44 .\" Portions Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
45 .\"
46 .TH SYSLOG.H 3HEAD "Sep 10, 2003"
47 .SH NAME
48 syslog.h, syslog \- definitions for system error logging
49 .SH SYNOPSIS
50 .LP
51 .nf
52 #include <\fBsyslog.h\fR>
53 .fi
55 .SH DESCRIPTION
56 .sp
57 .LP
58 The <\fBsyslog.h\fR> header defines the following symbolic constants, zero or
59 more of which can be OR'ed together to form the \fBlogopt\fR option of
60 \fBopenlog()\fR:
61 .sp
62 .ne 2
63 .na
64 \fB\fBLOG_PID\fR\fR
65 .ad
66 .RS 14n
67 Log the process ID with each message.
68 .RE
70 .sp
71 .ne 2
72 .na
73 \fB\fBLOG_CONS\fR\fR
74 .ad
75 .RS 14n
76 Log to the system console on error.
77 .RE
79 .sp
80 .ne 2
81 .na
82 \fB\fBLOG_NDELAY\fR\fR
83 .ad
84 .RS 14n
85 Connect to syslog daemon immediately.
86 .RE
88 .sp
89 .ne 2
90 .na
91 \fB\fBLOG_ODELAY\fR\fR
92 .ad
93 .RS 14n
94 Delay open until \fBsyslog()\fR is called.
95 .RE
97 .sp
98 .ne 2
99 .na
100 \fB\fBLOG_NOWAIT\fR\fR
102 .RS 14n
103 Do not wait for child processes.
108 The following symbolic constants are defined as possible values of the
109 \fIfacility\fR argument to \fBopenlog()\fR:
111 .ne 2
113 \fB\fBLOG_KERN\fR\fR
115 .RS 14n
116 reserved for message generated by the system
120 .ne 2
122 \fB\fBLOG_USER\fR\fR
124 .RS 14n
125 message generated by a process
129 .ne 2
131 \fB\fBLOG_MAIL\fR\fR
133 .RS 14n
134 reserved for message generated by mail system
138 .ne 2
140 \fB\fBLOG_NEWS\fR\fR
142 .RS 14n
143 reserved for message generated by news system
147 .ne 2
149 \fB\fBLOG_UUCP\fR\fR
151 .RS 14n
152 reserved for message generated by UUCP system
156 .ne 2
158 \fB\fBLOG_DAEMON\fR\fR
160 .RS 14n
161 reserved for message generated by system daemon
165 .ne 2
167 \fB\fBLOG_AUTH\fR\fR
169 .RS 14n
170 reserved for message generated by authorization daemon
174 .ne 2
176 \fB\fBLOG_CRON\fR\fR
178 .RS 14n
179 reserved for message generated by clock daemon
183 .ne 2
185 \fB\fBLOG_LPR\fR\fR
187 .RS 14n
188 reserved for message generated by printer system
192 .ne 2
194 \fB\fBLOG_LOCAL0\fR\fR
196 .RS 14n
197 reserved for local use
201 .ne 2
203 \fB\fBLOG_LOCAL1\fR\fR
205 .RS 14n
206 reserved for local use
210 .ne 2
212 \fB\fBLOG_LOCAL2\fR\fR
214 .RS 14n
215 reserved for local use
219 .ne 2
221 \fB\fBLOG_LOCAL3\fR\fR
223 .RS 14n
224 reserved for local use
228 .ne 2
230 \fB\fBLOG_LOCAL4\fR\fR
232 .RS 14n
233 reserved for local use
237 .ne 2
239 \fB\fBLOG_LOCAL5\fR\fR
241 .RS 14n
242 reserved for local use
246 .ne 2
248 \fB\fBLOG_LOCAL6\fR\fR
250 .RS 14n
251 reserved for local use
255 .ne 2
257 \fB\fBLOG_LOCAL7\fR\fR
259 .RS 14n
260 reserved for local use
265 The following is declared as a macro for constructing the \fImaskpri\fR
266 argument to \fBsetlogmask()\fR. The following macro expands to an expression of
267 type \fBint\fR when the argument \fIpri\fR is an expre ssion of type \fBint\fR:
269 .ne 2
271 \fB\fBLOG_MASK(\fR\fIpri\fR\fB)\fR\fR
273 .RS 17n
274 a mask for priority \fIpri\fR
279 The following constants are defined as possible values for the \fIpriority\fR
280 argument of \fBsyslog()\fR:
282 .ne 2
284 \fB\fBLOG_EMERG\fR\fR
286 .RS 15n
287 A panic condition was reported to all processes.
291 .ne 2
293 \fB\fBLOG_ALERT\fR\fR
295 .RS 15n
296 A condition that should be corrected immediately.
300 .ne 2
302 \fB\fBLOG_CRIT\fR\fR
304 .RS 15n
305 A critical condition.
309 .ne 2
311 \fB\fBLOG_ERR\fR\fR
313 .RS 15n
314 An error message.
318 .ne 2
320 \fB\fBLOG_WARNING\fR\fR
322 .RS 15n
323 A warning message.
327 .ne 2
329 \fB\fBLOG_NOTICE\fR\fR
331 .RS 15n
332 A condition requiring special handling.
336 .ne 2
338 \fB\fBLOG_INFO\fR\fR
340 .RS 15n
341 A general information message.
345 .ne 2
347 \fB\fBLOG_DEBUG\fR\fR
349 .RS 15n
350 A message useful for debugging programs.
353 .SH ATTRIBUTES
356 See \fBattributes\fR(5) for descriptions of the following attributes:
361 box;
362 c | c
363 l | l .
364 ATTRIBUTE TYPE  ATTRIBUTE VALUE
366 Interface Stability     Standard
369 .SH SEE ALSO
372 \fBsyslog\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)