You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2004/07/30 22:48:37 UTC

cvs commit: logging-log4net/src/Layout XMLLayout.cs

nicko       2004/07/30 13:48:37

  Modified:    src/Layout XMLLayout.cs
  Log:
  Minore doc comment update
  
  Revision  Changes    Path
  1.5       +3 -0      logging-log4net/src/Layout/XMLLayout.cs
  
  Index: XMLLayout.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Layout/XMLLayout.cs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLLayout.cs	7 Jun 2004 01:04:18 -0000	1.4
  +++ XMLLayout.cs	30 Jul 2004 20:48:36 -0000	1.5
  @@ -62,6 +62,9 @@
   	/// <para>
   	/// Alternatively the <c>Header</c> and <c>Footer</c> properties can be
   	/// configured to output the correct XML header, open tag and close tag.
  +	/// When setting the <c>Header</c> and <c>Footer</c> properties it is essential
  +	/// that the underlying data store not be appendable otherwise the data
  +	/// will become invalid XML.
   	/// </para>
   	/// </remarks>
   	/// <author>Nicko Cadell</author>