File: namespacelog4cpp.html

package info (click to toggle)
log4cpp-doc 0.3.5-rc3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,664 kB
  • ctags: 925
  • sloc: makefile: 34
file content (426 lines) | stat: -rw-r--r-- 30,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>log4cpp: log4cpp Namespace Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>log4cpp Namespace Reference</h1>The top level namespace for all 'Log for C++' types and classes.  
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1AbortAppender.html">AbortAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This <a class="el" href="classlog4cpp_1_1Appender.html">Appender</a> causes the application to abort() upon the first append() call.  <a href="classlog4cpp_1_1AbortAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Appender.html">Appender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implement this interface for your own strategies for printing log statements.  <a href="classlog4cpp_1_1Appender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1AppenderSkeleton.html">AppenderSkeleton</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1AppenderSkeleton.html">AppenderSkeleton</a> is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters.  <a href="classlog4cpp_1_1AppenderSkeleton.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1BasicConfigurator.html">BasicConfigurator</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class implements a trivial default configuration for <a class="el" href="namespacelog4cpp.html">log4cpp</a>: it adds a <a class="el" href="classlog4cpp_1_1FileAppender.html">FileAppender</a> that logs to stdout and uses a <a class="el" href="classlog4cpp_1_1BasicLayout.html">BasicLayout</a> to the root <a class="el" href="classlog4cpp_1_1Category.html">Category</a>.  <a href="classlog4cpp_1_1BasicConfigurator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1BasicLayout.html">BasicLayout</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1BasicLayout.html">BasicLayout</a> is a simple fixed format <a class="el" href="classlog4cpp_1_1Layout.html">Layout</a> implementation.  <a href="classlog4cpp_1_1BasicLayout.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Category.html">Category</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This is the central class in the log4j package.  <a href="classlog4cpp_1_1Category.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class enables streaming simple types and objects to a category.  <a href="classlog4cpp_1_1CategoryStream.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1ConfigureFailure.html">ConfigureFailure</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception class for configuration.  <a href="classlog4cpp_1_1ConfigureFailure.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1FileAppender.html">FileAppender</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Filter.html">Filter</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Users should extend this class to implement customized logging event filtering.  <a href="classlog4cpp_1_1Filter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1FixedContextCategory.html">FixedContextCategory</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This <a class="el" href="classlog4cpp_1_1Category.html">Category</a> subclass replaces the <a class="el" href="classlog4cpp_1_1NDC.html">NDC</a> field in LoggingEvents with a fixed context string.  <a href="classlog4cpp_1_1FixedContextCategory.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1HierarchyMaintainer.html">HierarchyMaintainer</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1HierarchyMaintainer.html">HierarchyMaintainer</a> is an internal <a class="el" href="namespacelog4cpp.html">log4cpp</a> class.  <a href="classlog4cpp_1_1HierarchyMaintainer.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1IdsaAppender.html">IdsaAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1IdsaAppender.html">IdsaAppender</a> is an <a class="el" href="classlog4cpp_1_1Appender.html">Appender</a> that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz.  <a href="classlog4cpp_1_1IdsaAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Layout.html">Layout</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extend this abstract class to create your own log layout format.  <a href="classlog4cpp_1_1Layout.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1LayoutAppender.html">LayoutAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1LayoutAppender.html">LayoutAppender</a> is a common superclass for all Appenders that require a <a class="el" href="classlog4cpp_1_1Layout.html">Layout</a>.  <a href="classlog4cpp_1_1LayoutAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1LoggingEvent.html">LoggingEvent</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The internal representation of logging events.  <a href="structlog4cpp_1_1LoggingEvent.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1width.html">width</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1tab.html">tab</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1NDC.html">NDC</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <a class="el" href="classlog4cpp_1_1NDC.html">NDC</a> class implements <em>nested diagnostic contexts</em> as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "<em>Pattern Languages of Program Design 3</em>" edited by Martin et al.  <a href="classlog4cpp_1_1NDC.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1NTEventLogAppender.html">NTEventLogAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1NTEventLogAppender.html">NTEventLogAppender</a> is an <a class="el" href="classlog4cpp_1_1Appender.html">Appender</a> that sends LoggingEvents to the Windows event log.  <a href="classlog4cpp_1_1NTEventLogAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1OstreamAppender.html">OstreamAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1OstreamAppender.html">OstreamAppender</a> appends LoggingEvents to ostreams.  <a href="classlog4cpp_1_1OstreamAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1PatternLayout.html">PatternLayout</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1PatternLayout.html">PatternLayout</a> is a simple fixed format <a class="el" href="classlog4cpp_1_1Layout.html">Layout</a> implementation.  <a href="classlog4cpp_1_1PatternLayout.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Priority.html">Priority</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <a class="el" href="classlog4cpp_1_1Priority.html">Priority</a> class provides importance levels with which one can categorize log messages.  <a href="classlog4cpp_1_1Priority.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1PropertyConfigurator.html">PropertyConfigurator</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Property configurator will read a config file using the same (or similar) format to the config file used by log4j.  <a href="classlog4cpp_1_1PropertyConfigurator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1RemoteSyslogAppender.html">RemoteSyslogAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1RemoteSyslogAppender.html">RemoteSyslogAppender</a> sends LoggingEvents to a remote syslog system.  <a href="classlog4cpp_1_1RemoteSyslogAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1RollingFileAppender.html">RollingFileAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1RollingFileAppender.html">RollingFileAppender</a> is a <a class="el" href="classlog4cpp_1_1FileAppender.html">FileAppender</a> that rolls over the logfile once it has reached a certain size limit.  <a href="classlog4cpp_1_1RollingFileAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1SimpleConfigurator.html">SimpleConfigurator</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class implements a simple Configurator for <a class="el" href="namespacelog4cpp.html">log4cpp</a>.  <a href="classlog4cpp_1_1SimpleConfigurator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1SimpleLayout.html">SimpleLayout</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1BasicLayout.html">BasicLayout</a> is a simple fixed format <a class="el" href="classlog4cpp_1_1Layout.html">Layout</a> implementation.  <a href="classlog4cpp_1_1SimpleLayout.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1StringQueueAppender.html">StringQueueAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class puts log messages in an in-memory queue.  <a href="classlog4cpp_1_1StringQueueAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1SyslogAppender.html">SyslogAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1SyslogAppender.html">SyslogAppender</a> sends LoggingEvents to the local syslog system.  <a href="classlog4cpp_1_1SyslogAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1TimeStamp.html">TimeStamp</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A simple <a class="el" href="classlog4cpp_1_1TimeStamp.html">TimeStamp</a> abstraction.  <a href="classlog4cpp_1_1TimeStamp.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Win32DebugAppender.html">Win32DebugAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1Win32DebugAppender.html">Win32DebugAppender</a> simply sends the log message to the default system debugger on Win32 systems.  <a href="classlog4cpp_1_1Win32DebugAppender.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1StringLiteralComponent.html">StringLiteralComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1CategoryNameComponent.html">CategoryNameComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1MessageComponent.html">MessageComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1NDCComponent.html">NDCComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1PriorityComponent.html">PriorityComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1ThreadNameComponent.html">ThreadNameComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1ProcessorTimeComponent.html">ProcessorTimeComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1TimeStampComponent.html">TimeStampComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1SecondsSinceEpochComponent.html">SecondsSinceEpochComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1MillisSinceEpochComponent.html">MillisSinceEpochComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlog4cpp_1_1FormatModifierComponent.html">FormatModifierComponent</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1Properties.html">Properties</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1PropertyConfiguratorImpl.html">PropertyConfiguratorImpl</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1StringUtil.html">StringUtil</a></td></tr>

<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp_1_1threading.html">threading</a></td></tr>

<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::set&lt; <a class="el" href="classlog4cpp_1_1Appender.html">Appender</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a1">AppenderSet</a></td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a5">eol</a> (<a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a> &amp;os)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a6">left</a> (<a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a> &amp;os)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">ostream &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a7">operator&lt;&lt;</a> (ostream &amp;os, const <a class="el" href="classlog4cpp_1_1width.html">width</a> &amp;w)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">ostream &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a8">operator&lt;&lt;</a> (ostream &amp;os, const <a class="el" href="classlog4cpp_1_1tab.html">tab</a> &amp;t)</td></tr>

<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">LOG4CPP_EXPORT&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a0">Filter</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">LOG4CPP_EXPORT&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a2">Category</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classlog4cpp_1_1threading_1_1ThreadLocalDataHolder.html">threading::ThreadLocalDataHolder</a>&lt;<br>
 <a class="el" href="classlog4cpp_1_1NDC.html">NDC</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a3">_nDC</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html#a4">names</a> [10]</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The top level namespace for all 'Log for C++' types and classes. <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="a1" doxytag="log4cpp::AppenderSet"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">typedef std::set&lt;<a class="el" href="classlog4cpp_1_1Appender.html">Appender</a> *&gt; <a class="el" href="namespacelog4cpp.html#a1">log4cpp::AppenderSet</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="a5" doxytag="log4cpp::eol"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a>&amp; log4cpp::eol           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">CategoryStream &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>os</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a6" doxytag="log4cpp::left"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="el" href="classlog4cpp_1_1CategoryStream.html">CategoryStream</a>&amp; log4cpp::left           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">CategoryStream &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>os</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a8" doxytag="log4cpp::operator<<"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">ostream&amp; log4cpp::operator&lt;&lt;           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ostream &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>const tab &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>t</em></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a7" doxytag="log4cpp::operator<<"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">ostream&amp; log4cpp::operator&lt;&lt;           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ostream &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>const width &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>w</em></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a3" doxytag="log4cpp::_nDC"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="el" href="classlog4cpp_1_1threading_1_1ThreadLocalDataHolder.html">threading::ThreadLocalDataHolder</a>&lt;<a class="el" href="classlog4cpp_1_1NDC.html">NDC</a>&gt; <a class="el" href="namespacelog4cpp.html#a3">log4cpp::_nDC</a><code> [static]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a2" doxytag="log4cpp::Category"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">class LOG4CPP_EXPORT <a class="el" href="classlog4cpp_1_1Category.html">log4cpp::Category</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a0" doxytag="log4cpp::Filter"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">class LOG4CPP_EXPORT <a class="el" href="classlog4cpp_1_1Filter.html">log4cpp::Filter</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a class="anchor" name="a4" doxytag="log4cpp::names"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">const std::string <a class="el" href="namespacelog4cpp.html#a4">log4cpp::names</a>[10]<code> [static]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<b>Initial value:</b><div class="fragment"><pre class="fragment"> {
            <span class="stringliteral">"FATAL"</span>,
                        <span class="stringliteral">"ALERT"</span>,
                        <span class="stringliteral">"CRIT"</span>,
                        <span class="stringliteral">"ERROR"</span>,
                        <span class="stringliteral">"WARN"</span>,
            <span class="stringliteral">"NOTICE"</span>,
                        <span class="stringliteral">"INFO"</span>,
                        <span class="stringliteral">"DEBUG"</span>,
                        <span class="stringliteral">"NOTSET"</span>,
                        <span class="stringliteral">"UNKNOWN"</span> 
        }
</pre></div>    </td>
  </tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 29 14:12:02 2005 for log4cpp by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>