nicko 2004/02/12 11:32:10
Modified: src/Layout PatternLayout.cs
Log:
Fixed doc comment. Was using old style %X{} syntax. Replaced with %mdc{}
Revision Changes Path
1.2 +1 -1 logging-log4net/src/Layout/PatternLayout.cs
Index: PatternLayout.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Layout/PatternLayout.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PatternLayout.cs 28 Jan 2004 20:01:24 -0000 1.1
+++ PatternLayout.cs 12 Feb 2004 19:32:10 -0000 1.2
@@ -270,7 +270,7 @@
/// Used to output the MDC (mapped diagnostic
context) associated
/// with the thread that generated the logging
event. The key to lookup
/// must be specified within braces and directly
following the
- /// pattern specifier, e.g. <c>%X{user}</c> would
include the value
+ /// pattern specifier, e.g. <c>%mdc{user}</c> would
include the value
/// from the MDC that is keyed by the string
'user'. Each MDC value
/// that is to be included in the log must be
specified separately.
/// </para>