Author: chammers
Date: Tue Oct  6 20:13:10 2009
New Revision: 822465

URL: http://svn.apache.org/viewvc?rev=822465&view=rev
Log:
just phpdoc

Modified:
    incubator/log4php/trunk/src/main/php/LoggerMDC.php

Modified: incubator/log4php/trunk/src/main/php/LoggerMDC.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/LoggerMDC.php?rev=822465&r1=822464&r2=822465&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/LoggerMDC.php (original)
+++ incubator/log4php/trunk/src/main/php/LoggerMDC.php Tue Oct  6 20:13:10 2009
@@ -30,6 +30,11 @@
  * MDC in short, is an instrument for distinguishing interleaved log
  * output from different sources. Log output is typically interleaved
  * when a server handles multiple clients near-simultaneously.
+ * 
+ * <p>This class is similar to the {...@link LoggerNDC} class except that 
+ * it is based on a map instead of a stack.
+ * 
+ * <p><b><i>The MDC is managed on a per thread basis</i></b>.
  *
  * <p>This class is similar to the {...@link LoggerNDC} class except that 
  * it is based on a map instead of a stack.


Reply via email to