ceki 01/09/10 03:51:47
Modified: src/docbook architecture.xml manual.xml
Added: src/docbook faq.xml
Log:
Added a FAQ section to manual.
Revision Changes Path
1.4 +7 -6 jakarta-log4j/src/docbook/architecture.xml
Index: architecture.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/docbook/architecture.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- architecture.xml 2001/09/09 21:59:57 1.3
+++ architecture.xml 2001/09/10 10:51:47 1.4
@@ -252,7 +252,7 @@
<entry>Effective level</entry>
</row>
</thead>
-
+
<tbody>
<row>
<entry>root</entry>
@@ -304,17 +304,17 @@
<row>
<entry>X </entry>
<entry>ERROR</entry>
- <entry>DEBUG</entry>
+ <entry>ERROR</entry>
</row>
<row>
<entry>X.Y </entry>
<entry>none</entry>
- <entry>DEBUG</entry>
+ <entry>ERROR</entry>
</row>
<row>
<entry>X.Y.Z</entry>
<entry>none</entry>
- <entry>DEBUG</entry></row>
+ <entry>ERROR</entry></row>
</tbody>
</tgroup>
</table>
@@ -323,8 +323,9 @@
<varname>X</varname> and are assigned the priorities
<varname>Proot</varname> and <varname>DEBUG</varname>
respectively. The categories <varname>X.Y</varname> and
- <varname>X.Y.Z</varname> inherits their priority value from their
- nearest parent <varname>X</varname> having an assigned priority..
+ <varname>X.Y.Z</varname> inherits their level (ERROR) from
+ their nearest parent <varname>X</varname> with an assigned
+ level.
</para>
<para>Logging requests are made by invoking one of the
1.6 +2 -58 jakarta-log4j/src/docbook/manual.xml
Index: manual.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/docbook/manual.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- manual.xml 2001/09/09 20:20:26 1.5
+++ manual.xml 2001/09/10 10:51:47 1.6
@@ -42,39 +42,8 @@
</abstract>
</bookinfo>
- &intro
-
+ &intro
&architecture
-
- <chapter>
- <title>Architecture</title>
- <para></para>
-
- <sect1>
- <title>Selecting</title>
- <para></para>
- </sect1>
-
-
- <sect1>
- <title>Directing Output</title>
- <para></para>
- </sect1>
-
- <sect1>
- <title>Formatting output</title>
- <para></para>
- </sect1>
-
- <sect1>
- <title>Object Renderers</title>
- <para></para>
- </sect1>
-
-
-
- </chapter>
-
&conf
<chapter>
@@ -92,33 +61,8 @@
</chapter>
-
- <chapter>
- <title>Frequently Asked Questions</title>
-
- <qandaset>
-
- <qandaentry>
- <question>
- <para>What are the installation requirements for log4j?</para>
- </question>
- <answer>
- <para>Log4j requires JDK 1.1.</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-threadSafe">
- <para>Is log4j thread safe?</para>
- </question>
- <answer>
- <para>Yes it is.</para>
- </answer>
- </qandaentry>
- </qandaset>
-
- </chapter>
+ &faq
&glo
1.1 jakarta-log4j/src/docbook/faq.xml
Index: faq.xml
===================================================================
<chapter>
<title>Frequently Asked Questions</title>
<qandaset>
<qandaentry>
<question>
<para>What are the installation requirements for log4j?</para>
</question>
<answer>
<para>Log4j requires JDK 1.1.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="faq-threadSafe">
<para>Is log4j thread safe?</para>
</question>
<answer>
<para>Yes it is.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]