
Author: seb Date: Mon Feb 5 15:15:36 2007 New Revision: 1312 Modified: logback/trunk/logback-site/src/site/resources/manual/architecture.html Log: Minor modification Modified: logback/trunk/logback-site/src/site/resources/manual/architecture.html ============================================================================== --- logback/trunk/logback-site/src/site/resources/manual/architecture.html (original) +++ logback/trunk/logback-site/src/site/resources/manual/architecture.html Mon Feb 5 15:15:36 2007 @@ -1101,8 +1101,7 @@ level, the message, the exception that might have been passed along the request, the current time, the current thread, several information about the class that issued the logging request and the <code>MDC</code> map. Note that some of these fields -are initialized lazily, that is only when they are actually needed. -</p> +are initialized lazily, that is only when they are actually needed. The <code>MDC</code> is used to stamp each requests with specific parameters. It is introduced in the <a href="mdc.html">corresponding chapter</a>.</p> <h4>4. Invoking appenders</h4>