Index: src/Core/LoggingEvent.cs
===================================================================
--- src/Core/LoggingEvent.cs (revision 688057)
+++ src/Core/LoggingEvent.cs (working copy)
@@ -228,7 +228,7 @@
Exception = 0x100,
///
+ Note that the ToStringmethod will not be + called until the LoggingEventis rendered, as + explained in the Fixingsection. An active property + is not eligible to be fixed unless it implements + IFixingRequired. +
+ + + ++ Some properties, e.g. the current thread property, or any + active properties, are not realised + until their containing LoggingEventis rendered. If the + LoggingEventis been sent to a buffering appender (such as + AdoNetAppender) then this rendering will not happen + unless the + BufferingAppenderSkeleton's + Fix propertyhas been set. In addition, an active property is not eligible to be fixed unless it implements + IFixingRequired. +