File: classOpenMS_1_1LogConfigHandler.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (692 lines) | stat: -rw-r--r-- 45,824 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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<HTML>
<HEAD>
<TITLE>LogConfigHandler Class Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceOpenMS.html">OpenMS</a></li><li class="navelem"><a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="#pub-static-attribs">Static Public Attributes</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-static-attribs">Static Private Attributes</a> &#124;
<a href="#friends">Friends</a> &#124;
<a href="classOpenMS_1_1LogConfigHandler-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">LogConfigHandler Class Reference<div class="ingroups"><a class="el" href="group__Concept.html">Concept</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>The <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a> provides the functionality to configure the internal logging of <a class="el" href="namespaceOpenMS.html" title="Main OpenMS namespace. ">OpenMS</a> algorithms that use the global instances of LogStream.  
 <a href="classOpenMS_1_1LogConfigHandler.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="LogConfigHandler_8h_source.html">OpenMS/CONCEPT/LogConfigHandler.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aaa88a2720dea0e6c813ad5b311b5be7e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Param.html">Param</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aaa88a2720dea0e6c813ad5b311b5be7e">parse</a> (const <a class="el" href="classOpenMS_1_1StringList.html">StringList</a> &amp;setting)</td></tr>
<tr class="memdesc:aaa88a2720dea0e6c813ad5b311b5be7e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Translates the given list of parameter settings into a LogStream configuration.  <a href="#aaa88a2720dea0e6c813ad5b311b5be7e">More...</a><br/></td></tr>
<tr class="separator:aaa88a2720dea0e6c813ad5b311b5be7e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:add738f152871761500eaf73a4790b0d6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#add738f152871761500eaf73a4790b0d6">configure</a> (const <a class="el" href="classOpenMS_1_1Param.html">Param</a> &amp;param)</td></tr>
<tr class="memdesc:add738f152871761500eaf73a4790b0d6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Applies the given parameters (<code>param</code>) to the current configuration.  <a href="#add738f152871761500eaf73a4790b0d6">More...</a><br/></td></tr>
<tr class="separator:add738f152871761500eaf73a4790b0d6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a112c77f4d18c2e79a4fbaa7645696b4b"><td class="memItemLeft" align="right" valign="top">ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a112c77f4d18c2e79a4fbaa7645696b4b">getStream</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;stream_name)</td></tr>
<tr class="memdesc:a112c77f4d18c2e79a4fbaa7645696b4b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a reference to the registered stream with the name <code>stream_name</code>.  <a href="#a112c77f4d18c2e79a4fbaa7645696b4b">More...</a><br/></td></tr>
<tr class="separator:a112c77f4d18c2e79a4fbaa7645696b4b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6caca22f0c3732be78a149371b6fb8d2"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a6caca22f0c3732be78a149371b6fb8d2">~LogConfigHandler</a> ()</td></tr>
<tr class="memdesc:a6caca22f0c3732be78a149371b6fb8d2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a6caca22f0c3732be78a149371b6fb8d2">More...</a><br/></td></tr>
<tr class="separator:a6caca22f0c3732be78a149371b6fb8d2"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a51863ade84a5dba6ac7857642434b659"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a51863ade84a5dba6ac7857642434b659">getInstance</a> ()</td></tr>
<tr class="memdesc:a51863ade84a5dba6ac7857642434b659"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the instance of <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a>.  <a href="#a51863ade84a5dba6ac7857642434b659">More...</a><br/></td></tr>
<tr class="separator:a51863ade84a5dba6ac7857642434b659"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:aa048745e9a60bd1f72122826f81c43ee"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classOpenMS_1_1String.html">String</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aa048745e9a60bd1f72122826f81c43ee">PARAM_NAME</a></td></tr>
<tr class="memdesc:aa048745e9a60bd1f72122826f81c43ee"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of the parameter in which the configuration should be stored.  <a href="#aa048745e9a60bd1f72122826f81c43ee">More...</a><br/></td></tr>
<tr class="separator:aa048745e9a60bd1f72122826f81c43ee"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:aea620cf62a8962e0fb116bdcc7569346"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Logger_1_1LogStream.html">Logger::LogStream</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aea620cf62a8962e0fb116bdcc7569346">getLogStreamByName_</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;stream_name)</td></tr>
<tr class="memdesc:aea620cf62a8962e0fb116bdcc7569346"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the named global instance of the LogStream. (<a class="el" href="namespaceOpenMS.html#a37f73135da19f7f69b04910b53b515be" title="Global static instance of a LogStream to capture messages classified as debug output. By default it is not bound to any output stream. ">OpenMS::Log_debug</a>, <a class="el" href="namespaceOpenMS.html#a033e094afdc56769b551dfd353a7c5f4" title="Global static instance of a LogStream to capture messages classified as information. By default it is bound to cout. ">OpenMS::Log_info</a>, <a class="el" href="namespaceOpenMS.html#ae7a548e7b5e49f9e3fbdfaf20e3f46eb" title="Global static instance of a LogStream to capture messages classified as warnings. By default it is bo...">OpenMS::Log_warn</a>, <a class="el" href="namespaceOpenMS.html#a15dbec2ae5286b1339525e87ba0bb83b" title="Global static instance of a LogStream to capture messages classified as errors. By default it is boun...">OpenMS::Log_error</a>, <a class="el" href="namespaceOpenMS.html#a5085c82007a86521101d48755e67d911" title="Global static instance of a LogStream to capture messages classified as fatal errors. By default it is bound to cerr. ">OpenMS::Log_fatal</a>)  <a href="#aea620cf62a8962e0fb116bdcc7569346">More...</a><br/></td></tr>
<tr class="separator:aea620cf62a8962e0fb116bdcc7569346"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a51da84506e047d951e2b5d03babb8607"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a51da84506e047d951e2b5d03babb8607">getConfigSetByName_</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;stream_type)</td></tr>
<tr class="memdesc:a51da84506e047d951e2b5d03babb8607"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the correct set of registered streams for the given stream type (e.g. DEBUG, INFO, ..)  <a href="#a51da84506e047d951e2b5d03babb8607">More...</a><br/></td></tr>
<tr class="separator:a51da84506e047d951e2b5d03babb8607"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a78f6c1b20071a91752f64007796ab404"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d">StreamHandler::StreamType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a78f6c1b20071a91752f64007796ab404">getStreamTypeByName_</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;stream_type)</td></tr>
<tr class="memdesc:a78f6c1b20071a91752f64007796ab404"><td class="mdescLeft">&#160;</td><td class="mdescRight">Translates the given <code>stream_type</code> <a class="el" href="classOpenMS_1_1String.html" title="A more convenient string class. ">String</a> into a valid <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a>.  <a href="#a78f6c1b20071a91752f64007796ab404">More...</a><br/></td></tr>
<tr class="separator:a78f6c1b20071a91752f64007796ab404"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:acbccd14770597cf92061da2d59c4f7cb"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#acbccd14770597cf92061da2d59c4f7cb">debug_streams_</a></td></tr>
<tr class="memdesc:acbccd14770597cf92061da2d59c4f7cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a37f73135da19f7f69b04910b53b515be" title="Global static instance of a LogStream to capture messages classified as debug output. By default it is not bound to any output stream. ">OpenMS::Log_debug</a>.  <a href="#acbccd14770597cf92061da2d59c4f7cb">More...</a><br/></td></tr>
<tr class="separator:acbccd14770597cf92061da2d59c4f7cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9be13fb587bb9885221cda7bb1d82712"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a9be13fb587bb9885221cda7bb1d82712">info_streams_</a></td></tr>
<tr class="memdesc:a9be13fb587bb9885221cda7bb1d82712"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a033e094afdc56769b551dfd353a7c5f4" title="Global static instance of a LogStream to capture messages classified as information. By default it is bound to cout. ">OpenMS::Log_info</a>.  <a href="#a9be13fb587bb9885221cda7bb1d82712">More...</a><br/></td></tr>
<tr class="separator:a9be13fb587bb9885221cda7bb1d82712"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af3b17043987132aa5a99591e03254e42"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#af3b17043987132aa5a99591e03254e42">warn_streams_</a></td></tr>
<tr class="memdesc:af3b17043987132aa5a99591e03254e42"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#ae7a548e7b5e49f9e3fbdfaf20e3f46eb" title="Global static instance of a LogStream to capture messages classified as warnings. By default it is bo...">OpenMS::Log_warn</a>.  <a href="#af3b17043987132aa5a99591e03254e42">More...</a><br/></td></tr>
<tr class="separator:af3b17043987132aa5a99591e03254e42"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a76ac18a7905e47e4d6cef355b8295762"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a76ac18a7905e47e4d6cef355b8295762">error_streams_</a></td></tr>
<tr class="memdesc:a76ac18a7905e47e4d6cef355b8295762"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a15dbec2ae5286b1339525e87ba0bb83b" title="Global static instance of a LogStream to capture messages classified as errors. By default it is boun...">OpenMS::Log_error</a>.  <a href="#a76ac18a7905e47e4d6cef355b8295762">More...</a><br/></td></tr>
<tr class="separator:a76ac18a7905e47e4d6cef355b8295762"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa5438519061441fb3f069b99d5ad1161"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aa5438519061441fb3f069b99d5ad1161">fatal_streams_</a></td></tr>
<tr class="memdesc:aa5438519061441fb3f069b99d5ad1161"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a5085c82007a86521101d48755e67d911" title="Global static instance of a LogStream to capture messages classified as fatal errors. By default it is bound to cerr. ">OpenMS::Log_fatal</a>.  <a href="#aa5438519061441fb3f069b99d5ad1161">More...</a><br/></td></tr>
<tr class="separator:aa5438519061441fb3f069b99d5ad1161"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa87a3f414a5cea2aebc47c7dd645b4e3"><td class="memItemLeft" align="right" valign="top">std::map&lt; <a class="el" href="classOpenMS_1_1String.html">String</a>, <br class="typebreak"/>
<a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d">StreamHandler::StreamType</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aa87a3f414a5cea2aebc47c7dd645b4e3">stream_type_map_</a></td></tr>
<tr class="memdesc:aa87a3f414a5cea2aebc47c7dd645b4e3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maps the registered streams to a <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a>.  <a href="#aa87a3f414a5cea2aebc47c7dd645b4e3">More...</a><br/></td></tr>
<tr class="separator:aa87a3f414a5cea2aebc47c7dd645b4e3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr class="memitem:a2430ab472436a8d6977c60ecc0f10314"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a2430ab472436a8d6977c60ecc0f10314">LogConfigHandler</a> ()</td></tr>
<tr class="memdesc:a2430ab472436a8d6977c60ecc0f10314"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor.  <a href="#a2430ab472436a8d6977c60ecc0f10314">More...</a><br/></td></tr>
<tr class="separator:a2430ab472436a8d6977c60ecc0f10314"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3b8a6c8ae357f854fed39eeadc453e0e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a3b8a6c8ae357f854fed39eeadc453e0e">LogConfigHandler</a> (const <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;source)</td></tr>
<tr class="memdesc:a3b8a6c8ae357f854fed39eeadc453e0e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor.  <a href="#a3b8a6c8ae357f854fed39eeadc453e0e">More...</a><br/></td></tr>
<tr class="separator:a3b8a6c8ae357f854fed39eeadc453e0e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaee4081a5bf3ce64ced44c7f623e8283"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#aaee4081a5bf3ce64ced44c7f623e8283">operator=</a> (const <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;source)</td></tr>
<tr class="memdesc:aaee4081a5bf3ce64ced44c7f623e8283"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator.  <a href="#aaee4081a5bf3ce64ced44c7f623e8283">More...</a><br/></td></tr>
<tr class="separator:aaee4081a5bf3ce64ced44c7f623e8283"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-attribs"></a>
Static Private Attributes</h2></td></tr>
<tr class="memitem:a00c8363960e816ce24b1712dbc0659ba"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#a00c8363960e816ce24b1712dbc0659ba">instance_</a></td></tr>
<tr class="separator:a00c8363960e816ce24b1712dbc0659ba"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:adb6b8d6c2d70697e102887158a6fbe3c"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1LogConfigHandler.html#adb6b8d6c2d70697e102887158a6fbe3c">operator&lt;&lt;</a> (std::ostream &amp;os, <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> const &amp;lch)</td></tr>
<tr class="memdesc:adb6b8d6c2d70697e102887158a6fbe3c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overload for the <em>insertion</em> <em>operator</em> (operator&lt;&lt;) to have a formated output of the <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a>.  <a href="#adb6b8d6c2d70697e102887158a6fbe3c">More...</a><br/></td></tr>
<tr class="separator:adb6b8d6c2d70697e102887158a6fbe3c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a> provides the functionality to configure the internal logging of <a class="el" href="namespaceOpenMS.html" title="Main OpenMS namespace. ">OpenMS</a> algorithms that use the global instances of LogStream. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a6caca22f0c3732be78a149371b6fb8d2"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual ~<a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<a class="anchor" id="a2430ab472436a8d6977c60ecc0f10314"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Default constructor. </p>

</div>
</div>
<a class="anchor" id="a3b8a6c8ae357f854fed39eeadc453e0e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;&#160;</td>
          <td class="paramname"><em>source</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Copy constructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="add738f152871761500eaf73a4790b0d6"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void configure </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1Param.html">Param</a> &amp;&#160;</td>
          <td class="paramname"><em>param</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Applies the given parameters (<code>param</code>) to the current configuration. </p>
<p>&lt;LOG_NAME&gt; &lt;ACTION&gt; &lt;PARAMETER&gt; &lt;STREAMTYPE&gt;</p>
<p>LOG_NAME: DEBUG,INFO,WARNING,ERROR,FATAL_ERROR ACTION: add,remove,clear PARAMETER: for 'add'/'remove' it is the stream name (cout, cerr or a filename), 'clear' does not require any further parameter STREAMTYPE: FILE, STRING (for a StringStream, which you can grab by this name using <a class="el" href="classOpenMS_1_1LogConfigHandler.html#a112c77f4d18c2e79a4fbaa7645696b4b" title="Returns a reference to the registered stream with the name stream_name. ">getStream()</a> )</p>
<p>You cannot specify a file named "cout" or "cerr" even if you specify streamtype 'FILE' - the handler will mistake this for the internal streams, but you can use "./cout" to print to a file named cout.</p>
<p>A classical configuration would contain a list of settings e.g.</p>
<p><code>DEBUG add debug.log FILE</code><br/>
 <code>INFO remove cout FILE</code> (FILE will be ignored)<br/>
 <code>INFO add string_stream1 STRING</code><br/>
</p>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1ElementNotFound.html" title="Element could not be found exception. ">Exception::ElementNotFound</a></td><td>If the LogStream (first argument) does not exist. </td></tr>
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1FileNotWritable.html" title="File not writable exception. ">Exception::FileNotWritable</a></td><td>If a file (or stream) should be opened as log file (or stream) that is not accesible. </td></tr>
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1IllegalArgument.html" title="A method or algorithm argument contains illegal values. ">Exception::IllegalArgument</a></td><td>If a stream should be registered, that was already registered with a different type. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a51da84506e047d951e2b5d03babb8607"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt;&amp; getConfigSetByName_ </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>stream_type</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the correct set of registered streams for the given stream type (e.g. DEBUG, INFO, ..) </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">stream_type</td><td><a class="el" href="classOpenMS_1_1String.html" title="A more convenient string class. ">String</a> representation of the stream type (DEBUG, INFO, ..)</td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname">ElementNotFoundException</td><td>if the given <code>stream_type</code> does not correspond to one of the known LogStreams </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a51863ade84a5dba6ac7857642434b659"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a>&amp; getInstance </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the instance of <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a>. </p>

</div>
</div>
<a class="anchor" id="aea620cf62a8962e0fb116bdcc7569346"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1Logger_1_1LogStream.html">Logger::LogStream</a>&amp; getLogStreamByName_ </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>stream_name</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the named global instance of the LogStream. (<a class="el" href="namespaceOpenMS.html#a37f73135da19f7f69b04910b53b515be" title="Global static instance of a LogStream to capture messages classified as debug output. By default it is not bound to any output stream. ">OpenMS::Log_debug</a>, <a class="el" href="namespaceOpenMS.html#a033e094afdc56769b551dfd353a7c5f4" title="Global static instance of a LogStream to capture messages classified as information. By default it is bound to cout. ">OpenMS::Log_info</a>, <a class="el" href="namespaceOpenMS.html#ae7a548e7b5e49f9e3fbdfaf20e3f46eb" title="Global static instance of a LogStream to capture messages classified as warnings. By default it is bo...">OpenMS::Log_warn</a>, <a class="el" href="namespaceOpenMS.html#a15dbec2ae5286b1339525e87ba0bb83b" title="Global static instance of a LogStream to capture messages classified as errors. By default it is boun...">OpenMS::Log_error</a>, <a class="el" href="namespaceOpenMS.html#a5085c82007a86521101d48755e67d911" title="Global static instance of a LogStream to capture messages classified as fatal errors. By default it is bound to cerr. ">OpenMS::Log_fatal</a>) </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">stream_name</td><td>Name of the stream. Should be DEBUG,INFO,WARNING,ERROR,FATAL_ERROR.</td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname">ElementNotFoundException</td><td>if the given <code>stream_name</code> does not correspond to one of the known LogStream instances</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A reference to the named LogStream </dd></dl>

</div>
</div>
<a class="anchor" id="a112c77f4d18c2e79a4fbaa7645696b4b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ostream&amp; getStream </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>stream_name</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns a reference to the registered stream with the name <code>stream_name</code>. </p>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1IllegalArgument.html" title="A method or algorithm argument contains illegal values. ">Exception::IllegalArgument</a></td><td>If no stream with the name <code>stream_name</code> was registered before.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Reference to the stream. </dd></dl>

</div>
</div>
<a class="anchor" id="a78f6c1b20071a91752f64007796ab404"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d">StreamHandler::StreamType</a> getStreamTypeByName_ </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>stream_type</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Translates the given <code>stream_type</code> <a class="el" href="classOpenMS_1_1String.html" title="A more convenient string class. ">String</a> into a valid <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">stream_type</td><td><a class="el" href="classOpenMS_1_1String.html" title="A more convenient string class. ">String</a> representation of the <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a></td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1IllegalArgument.html" title="A method or algorithm argument contains illegal values. ">Exception::IllegalArgument</a></td><td>is thrown when the passed <code>stream_type</code> does not correspond to an existing <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a></td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The requested <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a> </dd></dl>

</div>
</div>
<a class="anchor" id="aaee4081a5bf3ce64ced44c7f623e8283"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a>&amp; operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> &amp;&#160;</td>
          <td class="paramname"><em>source</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Assignment operator. </p>

</div>
</div>
<a class="anchor" id="aaa88a2720dea0e6c813ad5b311b5be7e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1Param.html">Param</a> parse </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1StringList.html">StringList</a> &amp;&#160;</td>
          <td class="paramname"><em>setting</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Translates the given list of parameter settings into a LogStream configuration. </p>
<p>Translates the given list of parameter settings into a LogStream configuration. Usually this list stems from a command line call.</p>
<p>Each element in the stringlist should follow this naming convention</p>
<p>&lt;LOG_NAME&gt; &lt;ACTION&gt; &lt;PARAMETER&gt;</p>
<p>with LOG_NAME: DEBUG,INFO,WARNING,ERROR,FATAL_ERROR ACTION: add,remove,clear PARAMETER: for 'add'/'remove' it is the stream name (cout, cerr or a filename), 'clear' does not require any further parameter</p>
<p>Example: <code>DEBUG add debug.log</code><br/>
</p>
<p>This function will <b>not</b> apply to settings to the log handlers. Use <a class="el" href="classOpenMS_1_1LogConfigHandler.html#add738f152871761500eaf73a4790b0d6" title="Applies the given parameters (param) to the current configuration. ">configure()</a> for that.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">setting</td><td><a class="el" href="classOpenMS_1_1StringList.html" title="String list. ">StringList</a> containing the configuration options </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classOpenMS_1_1Exception_1_1ParseError.html" title="Parse Error exception. ">Exception::ParseError</a></td><td>In case of an invalid configuration. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><a class="el" href="classOpenMS_1_1Param.html" title="Management and storage of parameters / INI files. ">Param</a> object containing all settings, that can be applied using the <a class="el" href="classOpenMS_1_1LogConfigHandler.html#add738f152871761500eaf73a4790b0d6" title="Applies the given parameters (param) to the current configuration. ">LogConfigHandler::configure()</a> method </dd></dl>

</div>
</div>
<h2 class="groupheader">Friends And Related Function Documentation</h2>
<a class="anchor" id="adb6b8d6c2d70697e102887158a6fbe3c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::ostream&amp; operator&lt;&lt; </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a> const &amp;&#160;</td>
          <td class="paramname"><em>lch</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Overload for the <em>insertion</em> <em>operator</em> (operator&lt;&lt;) to have a formated output of the <a class="el" href="classOpenMS_1_1LogConfigHandler.html" title="The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...">LogConfigHandler</a>. </p>

</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="acbccd14770597cf92061da2d59c4f7cb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt; debug_streams_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a37f73135da19f7f69b04910b53b515be" title="Global static instance of a LogStream to capture messages classified as debug output. By default it is not bound to any output stream. ">OpenMS::Log_debug</a>. </p>

</div>
</div>
<a class="anchor" id="a76ac18a7905e47e4d6cef355b8295762"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt; error_streams_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a15dbec2ae5286b1339525e87ba0bb83b" title="Global static instance of a LogStream to capture messages classified as errors. By default it is boun...">OpenMS::Log_error</a>. </p>

</div>
</div>
<a class="anchor" id="aa5438519061441fb3f069b99d5ad1161"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt; fatal_streams_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a5085c82007a86521101d48755e67d911" title="Global static instance of a LogStream to capture messages classified as fatal errors. By default it is bound to cerr. ">OpenMS::Log_fatal</a>. </p>

</div>
</div>
<a class="anchor" id="a9be13fb587bb9885221cda7bb1d82712"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt; info_streams_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#a033e094afdc56769b551dfd353a7c5f4" title="Global static instance of a LogStream to capture messages classified as information. By default it is bound to cout. ">OpenMS::Log_info</a>. </p>

</div>
</div>
<a class="anchor" id="a00c8363960e816ce24b1712dbc0659ba"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1LogConfigHandler.html">LogConfigHandler</a>* instance_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="aa048745e9a60bd1f72122826f81c43ee"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1String.html">String</a> PARAM_NAME</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Name of the parameter in which the configuration should be stored. </p>

</div>
</div>
<a class="anchor" id="aa87a3f414a5cea2aebc47c7dd645b4e3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::map&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>, <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d">StreamHandler::StreamType</a>&gt; stream_type_map_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Maps the registered streams to a <a class="el" href="classOpenMS_1_1StreamHandler.html#a8a65141d9ea4bf9d2e2377ed6b888a1d" title="Defines the type of the stream that should be handled. ">StreamHandler::StreamType</a>. </p>

</div>
</div>
<a class="anchor" id="af3b17043987132aa5a99591e03254e42"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1String.html">String</a>&gt; warn_streams_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>List of all streams that were appended to <a class="el" href="namespaceOpenMS.html#ae7a548e7b5e49f9e3fbdfaf20e3f46eb" title="Global static instance of a LogStream to capture messages classified as warnings. By default it is bo...">OpenMS::Log_warn</a>. </p>

</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:28 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>