Author: carnold
Date: Tue Jan 1 14:46:44 2008
New Revision: 607933
URL:
http://svn.apache.org/viewvc?rev=607933&view=rev
Log:
LOG4CXX-106: Disambiguated cref due to newly added
LayoutSkeleton.Format method
Modified:
logging/log4net/trunk/src/Layout/PatternLayout.cs
Modified: logging/log4net/trunk/src/Layout/PatternLayout.cs
URL: http://svn.apache.org/viewvc/logging/log4
net/trunk/src/Layout/PatternLayout.cs?rev=607933&r1=6079
32&r2=607933&view=diff
============================================================
==================
--- logging/log4net/trunk/src/Layout/PatternLayout.cs
(original)
+++ logging/log4net/trunk/src/Layout/PatternLayout.cs Tue
Jan 1 14:46:44 2008
 -39,7
+39,7 
/// </summary>
/// <remarks>
/// <para>
- /// The goal of this class is to <see
cref="PatternLayout.Format"/> a
+ /// The goal of this class is to <see
cref="PatternLayout.Format(TextWriter,LoggingEvent)&quo
t;/> a
/// <see cref="LoggingEvent"/> as a
string. The results
/// depend on the <i>conversion pattern</i>.
/// </para>
|