Hello, Developers!

Just cosmetic, (avalon-logkit/src/xdocs, if I'm not mistaken)

--- whitepaper.orig     2002-08-19 13:30:54.000000000 +0400
+++ whitepaper.xml      2003-06-03 18:32:45.000000000 +0400
@@ -275,6 +275,7 @@
 <source xml:space="preserve">
 format: "%7.7{priority} %5.5{rtime} [%8.8{category}]: %{message}\n%{throwable}"
 output: DEBUG   123   [network.]: This is a debug message
+output: DEBUG   123   [network ]: This is another debug message
 
 format: "%7.7{priority} %5.5{rtime} [%{category}]: %{message}\n"
 output: DEBUG   123   [network.interceptor.connected]: This is a debug message
@@ -302,7 +303,7 @@
         an ExtendedPatternFormatter that included information such as calling method 
and calling 
         thread. Other contextual information that you may need to include in log 
files include
         user executing log statement, the network interface that the client component 
is listening 
-        to (ie 127.0.0.1 vs 192.168.1.1), hostname (especially important on 
multihomed boxen) or 
+        to (ie 127.0.0.1 vs 192.168.1.1), hostname (especially important on 
multihomed boxes) or 
         source of LogEvent (useful when writing a centralized log server).
       </p>
 
@@ -442,4 +443,4 @@
 
   </body>
   
-</document>
\ No newline at end of file
+</document>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to