File: LogWriter.html

package info (click to toggle)
jserv 1.1-3
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 4,616 kB
  • ctags: 3,003
  • sloc: sh: 7,718; java: 6,652; ansic: 4,755; makefile: 816; perl: 39; xml: 32
file content (855 lines) | stat: -rw-r--r-- 33,881 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
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Jan 14 17:00:46 PST 2000 -->
<TITLE>
: Class  LogWriter
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/java/io/LogRecord.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/java/io/LogWriter.Agent.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="LogWriter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;<A HREF="#inner_class_summary">INNER</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.java.io</FONT>
<BR>
Class  LogWriter</H2>
<PRE>
java.lang.Object
  |
  +--<B>org.apache.java.io.LogWriter</B>
</PRE>
<HR>
<DL>
<DT>public class <B>LogWriter</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A></DL>

<P>
A <code>LogWriter</code> allows an application to incapsulate an output
 stream and dumps its logs on it.
 <p>
 To control the different kinds of log messages they are separated into
 <i>channels</i> that can be activated setting to <i>true</i> the right
 property.
 <p>
 The configurations that control this writer are:
 <ul>
  <li>"identifier"   a boolean value that enables the whole logging
  <li>"identifier".dateFormat   the date format used to time stamp
  <li>"identifier".timestamp   a boolean value that enables time stamping
  <li>"identifier".channel."channelName"  a boolean value that enables
  the specified channel
<P>
<DL>
<DT><B>Version: </B><DD>$Revision: 1.27 $ $Date: 1999/11/09 21:57:40 $</DD>
</DL>
<HR>

<P>
<!-- ======== INNER CLASS SUMMARY ======== -->

<A NAME="inner_class_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Inner Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.Agent.html">LogWriter.Agent</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class implementing the background logging.</TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#active">active</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells if this log is active</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#CH_EXCEPTION_TRACING">CH_EXCEPTION_TRACING</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String identifier for the exception tracing channel.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#CH_QUEUE_STATUS">CH_QUEUE_STATUS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#configurations">configurations</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configuration parameters.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#DEFAULT_DATEFORMAT">DEFAULT_DATEFORMAT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This string control the standard date format used
 used for log timestamping.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#DEFAULT_IDENTIFIER">DEFAULT_IDENTIFIER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This string identifies this log writer and its used to
 differentiate between configurations.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;java.text.SimpleDateFormat</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#formatter">formatter</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The timestamp formatter.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#identifier">identifier</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This string identifies this log writer and its used to
 discriminate between configuration parameters.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_CHANNEL">KEYWORD_CHANNEL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_DATEFORMAT">KEYWORD_DATEFORMAT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_FILE">KEYWORD_FILE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_QUEUE_MAXAGE">KEYWORD_QUEUE_MAXAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_QUEUE_MAXSIZE">KEYWORD_QUEUE_MAXSIZE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#KEYWORD_TIMESTAMP">KEYWORD_TIMESTAMP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#logChannel">logChannel</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells if the log message should contain a channel.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;<A HREF="../../../../org/apache/java/io/LogWriter.Agent.html">LogWriter.Agent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#logDaemon">logDaemon</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Background logger thread.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../org/apache/java/util/SimpleQueue.html">SimpleQueue</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#logQueue">logQueue</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log message queue.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#queue_maxage">queue_maxage</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum age of a queued log record, in milliseconds.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#queue_maxsize">queue_maxsize</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum size of a log queue.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#timestamp">timestamp</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells if the log message should be started by a time stamp.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private &nbsp;java.io.PrintWriter</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#writer">writer</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The writer encapsulated.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(org.apache.java.util.Configurations)">LogWriter</A></B>(<A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class and gets output file from configurations.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(java.io.OutputStream, org.apache.java.util.Configurations)">LogWriter</A></B>(java.io.OutputStream&nbsp;output,
          <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class with the output stream to encapsulate using
 default identifier.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(java.io.OutputStream, java.lang.String, org.apache.java.util.Configurations)">LogWriter</A></B>(java.io.OutputStream&nbsp;output,
          java.lang.String&nbsp;identifier,
          <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class with the output stream to encapsulate.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(java.lang.String, org.apache.java.util.Configurations)">LogWriter</A></B>(java.lang.String&nbsp;identifier,
          <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class using identifier to discriminate between
 configuration parameters and gets output file from configurations.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(java.io.Writer, org.apache.java.util.Configurations)">LogWriter</A></B>(java.io.Writer&nbsp;output,
          <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class with the output writer to encapsulate using
 default identifier.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#LogWriter(java.io.Writer, java.lang.String, org.apache.java.util.Configurations)">LogWriter</A></B>(java.io.Writer&nbsp;output,
          java.lang.String&nbsp;identifier,
          <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs this class with the output writer to encapsulate.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#flush()">flush</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flush the log.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#isActive()">isActive</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells if it is active.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#isActive(java.lang.String)">isActive</A></B>(java.lang.String&nbsp;channel)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells if the given channel is active.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#log(java.lang.String, java.lang.String)">log</A></B>(java.lang.String&nbsp;channel,
    java.lang.String&nbsp;message)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints the log message on the right channel.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#log(java.lang.String, java.lang.Throwable)">log</A></B>(java.lang.String&nbsp;channel,
    java.lang.Throwable&nbsp;t)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints the error message and stack trace if channel enabled.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/java/io/LogWriter.html#log(java.lang.Throwable)">log</A></B>(java.lang.Throwable&nbsp;t)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I></I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><clinit>, 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
registerNatives, 
toString, 
wait, 
wait, 
wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="DEFAULT_IDENTIFIER"><!-- --></A><H3>
DEFAULT_IDENTIFIER</H3>
<PRE>
public static final java.lang.String <B>DEFAULT_IDENTIFIER</B></PRE>
<DL>
<DD>This string identifies this log writer and its used to
 differentiate between configurations.</DL>
<HR>

<A NAME="DEFAULT_DATEFORMAT"><!-- --></A><H3>
DEFAULT_DATEFORMAT</H3>
<PRE>
public static final java.lang.String <B>DEFAULT_DATEFORMAT</B></PRE>
<DL>
<DD>This string control the standard date format used
 used for log timestamping.</DL>
<HR>

<A NAME="KEYWORD_DATEFORMAT"><!-- --></A><H3>
KEYWORD_DATEFORMAT</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_DATEFORMAT</B></PRE>
<DL>
</DL>
<HR>

<A NAME="KEYWORD_TIMESTAMP"><!-- --></A><H3>
KEYWORD_TIMESTAMP</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_TIMESTAMP</B></PRE>
<DL>
</DL>
<HR>

<A NAME="KEYWORD_CHANNEL"><!-- --></A><H3>
KEYWORD_CHANNEL</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_CHANNEL</B></PRE>
<DL>
</DL>
<HR>

<A NAME="KEYWORD_FILE"><!-- --></A><H3>
KEYWORD_FILE</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_FILE</B></PRE>
<DL>
</DL>
<HR>

<A NAME="KEYWORD_QUEUE_MAXAGE"><!-- --></A><H3>
KEYWORD_QUEUE_MAXAGE</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_QUEUE_MAXAGE</B></PRE>
<DL>
</DL>
<HR>

<A NAME="KEYWORD_QUEUE_MAXSIZE"><!-- --></A><H3>
KEYWORD_QUEUE_MAXSIZE</H3>
<PRE>
public static final java.lang.String <B>KEYWORD_QUEUE_MAXSIZE</B></PRE>
<DL>
</DL>
<HR>

<A NAME="CH_QUEUE_STATUS"><!-- --></A><H3>
CH_QUEUE_STATUS</H3>
<PRE>
public static final java.lang.String <B>CH_QUEUE_STATUS</B></PRE>
<DL>
</DL>
<HR>

<A NAME="CH_EXCEPTION_TRACING"><!-- --></A><H3>
CH_EXCEPTION_TRACING</H3>
<PRE>
public static final java.lang.String <B>CH_EXCEPTION_TRACING</B></PRE>
<DL>
<DD>String identifier for the exception tracing channel.</DL>
<HR>

<A NAME="configurations"><!-- --></A><H3>
configurations</H3>
<PRE>
public <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A> <B>configurations</B></PRE>
<DL>
<DD>Configuration parameters.</DL>
<HR>

<A NAME="active"><!-- --></A><H3>
active</H3>
<PRE>
public boolean <B>active</B></PRE>
<DL>
<DD>Tells if this log is active</DL>
<HR>

<A NAME="queue_maxage"><!-- --></A><H3>
queue_maxage</H3>
<PRE>
private long <B>queue_maxage</B></PRE>
<DL>
<DD>Maximum age of a queued log record, in milliseconds.
 <p>
 
 When the <A HREF="../../../../org/apache/java/io/LogWriter.html#logDaemon">log daemon</A> detects the record older than
 this, it flushes the queue, just to make the observer happy, even if
 that is a single message in the queue.

 <p>
 Default is hardcoded to 5000 ms.</DL>
<HR>

<A NAME="queue_maxsize"><!-- --></A><H3>
queue_maxsize</H3>
<PRE>
private long <B>queue_maxsize</B></PRE>
<DL>
<DD>Maximum size of a log queue.
 <p>

 When one of the <code>log(...)</code> messages detects that the log
 queue size is more than this variable permits, it flushes the queue,
 to keep the memory clean.
 <p>

 Default is 1000.</DL>
<HR>

<A NAME="identifier"><!-- --></A><H3>
identifier</H3>
<PRE>
private java.lang.String <B>identifier</B></PRE>
<DL>
<DD>This string identifies this log writer and its used to
 discriminate between configuration parameters.</DL>
<HR>

<A NAME="timestamp"><!-- --></A><H3>
timestamp</H3>
<PRE>
private boolean <B>timestamp</B></PRE>
<DL>
<DD>Tells if the log message should be started by a time stamp.
 Default is false.</DL>
<HR>

<A NAME="formatter"><!-- --></A><H3>
formatter</H3>
<PRE>
private java.text.SimpleDateFormat <B>formatter</B></PRE>
<DL>
<DD>The timestamp formatter.</DL>
<HR>

<A NAME="writer"><!-- --></A><H3>
writer</H3>
<PRE>
private java.io.PrintWriter <B>writer</B></PRE>
<DL>
<DD>The writer encapsulated.</DL>
<HR>

<A NAME="logDaemon"><!-- --></A><H3>
logDaemon</H3>
<PRE>
private <A HREF="../../../../org/apache/java/io/LogWriter.Agent.html">LogWriter.Agent</A> <B>logDaemon</B></PRE>
<DL>
<DD>Background logger thread.</DL>
<HR>

<A NAME="logChannel"><!-- --></A><H3>
logChannel</H3>
<PRE>
private boolean <B>logChannel</B></PRE>
<DL>
<DD>Tells if the log message should contain a channel.
 Default is false.</DL>
<HR>

<A NAME="logQueue"><!-- --></A><H3>
logQueue</H3>
<PRE>
protected <A HREF="../../../../org/apache/java/util/SimpleQueue.html">SimpleQueue</A> <B>logQueue</B></PRE>
<DL>
<DD>Log message queue.

 Supposed to keep the messages until they get processed by the
 background logger thread.</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="LogWriter(org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(<A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class and gets output file from configurations.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>
<HR>

<A NAME="LogWriter(java.lang.String, org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(java.lang.String&nbsp;identifier,
                 <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class using identifier to discriminate between
 configuration parameters and gets output file from configurations.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>identifier</CODE> - the identifier for this log writer.<DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>
<HR>

<A NAME="LogWriter(java.io.Writer, org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(java.io.Writer&nbsp;output,
                 <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class with the output writer to encapsulate using
 default identifier.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>output</CODE> - the output writer to encapsulate.<DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>
<HR>

<A NAME="LogWriter(java.io.OutputStream, org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(java.io.OutputStream&nbsp;output,
                 <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class with the output stream to encapsulate using
 default identifier.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>output</CODE> - the output stream to encapsulate.<DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>
<HR>

<A NAME="LogWriter(java.io.OutputStream, java.lang.String, org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(java.io.OutputStream&nbsp;output,
                 java.lang.String&nbsp;identifier,
                 <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class with the output stream to encapsulate.
 The log identifier is used to discriminate between configuration
 parameters.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>output</CODE> - the output stream to encapsulate.<DD><CODE>identifier</CODE> - the identifier for this log writer.<DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>
<HR>

<A NAME="LogWriter(java.io.Writer, java.lang.String, org.apache.java.util.Configurations)"><!-- --></A><H3>
LogWriter</H3>
<PRE>
public <B>LogWriter</B>(java.io.Writer&nbsp;output,
                 java.lang.String&nbsp;identifier,
                 <A HREF="../../../../org/apache/java/util/Configurations.html">Configurations</A>&nbsp;configurations)
          throws java.io.IOException</PRE>
<DL>
<DD>Constructs this class with the output writer to encapsulate.
 The log identifier is used to discriminate between configuration
 parameters.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>output</CODE> - the output writer to encapsulate.<DD><CODE>identifier</CODE> - the identifier for this log writer.<DD><CODE>configurations</CODE> - the configurations needed at initialization.</DL>
</DD>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="isActive()"><!-- --></A><H3>
isActive</H3>
<PRE>
public boolean <B>isActive</B>()</PRE>
<DL>
<DD>Tells if it is active.<DD><DL>
<DT><B>Specified by: </B><DD><A HREF="../../../../org/apache/java/io/Logger.html#isActive()">isActive</A> in interface <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A></DL>
</DD>
</DL>
<HR>

<A NAME="isActive(java.lang.String)"><!-- --></A><H3>
isActive</H3>
<PRE>
public boolean <B>isActive</B>(java.lang.String&nbsp;channel)</PRE>
<DL>
<DD>Tells if the given channel is active.<DD><DL>
<DT><B>Specified by: </B><DD><A HREF="../../../../org/apache/java/io/Logger.html#isActive(java.lang.String)">isActive</A> in interface <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A><DT><B>Parameters:</B><DD><CODE>channel</CODE> - the channel to test.</DL>
</DD>
</DL>
<HR>

<A NAME="log(java.lang.String, java.lang.String)"><!-- --></A><H3>
log</H3>
<PRE>
public void <B>log</B>(java.lang.String&nbsp;channel,
                java.lang.String&nbsp;message)</PRE>
<DL>
<DD>Prints the log message on the right channel.
 <p>
 A "channel" is a virtual log that may be enabled or disabled by
 setting the property "identifier".channel.???=true where ??? is the
 channel identifier that must be passed with the message.
 If a channel is not recognized or its property is set to false
 the message is not written.<DD><DL>
<DT><B>Specified by: </B><DD><A HREF="../../../../org/apache/java/io/Logger.html#log(java.lang.String, java.lang.String)">log</A> in interface <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A><DT><B>Parameters:</B><DD><CODE>channel</CODE> - the channel to put the message on.<DD><CODE>name</CODE> - the message to log.</DL>
</DD>
</DL>
<HR>

<A NAME="log(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
log</H3>
<PRE>
public void <B>log</B>(java.lang.String&nbsp;channel,
                java.lang.Throwable&nbsp;t)</PRE>
<DL>
<DD>Prints the error message and stack trace if channel enabled.<DD><DL>
<DT><B>Specified by: </B><DD><A HREF="../../../../org/apache/java/io/Logger.html#log(java.lang.String, java.lang.Throwable)">log</A> in interface <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A><DT><B>Parameters:</B><DD><CODE>t</CODE> - the error thrown.</DL>
</DD>
</DL>
<HR>

<A NAME="log(java.lang.Throwable)"><!-- --></A><H3>
log</H3>
<PRE>
public void <B>log</B>(java.lang.Throwable&nbsp;t)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="flush()"><!-- --></A><H3>
flush</H3>
<PRE>
public void <B>flush</B>()</PRE>
<DL>
<DD>Flush the log.

 Write any pending messages into the log media.<DD><DL>
<DT><B>Specified by: </B><DD><A HREF="../../../../org/apache/java/io/Logger.html#flush()">flush</A> in interface <A HREF="../../../../org/apache/java/io/Logger.html">Logger</A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/java/io/LogRecord.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/java/io/LogWriter.Agent.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="LogWriter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;<A HREF="#inner_class_summary">INNER</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>