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/12/06 03:21:16 UTC

cvs commit: logging-log4net/src/Config XmlConfigurator.cs

nicko       2004/12/05 18:21:16

  Modified:    src/Config XmlConfigurator.cs
  Log:
  Updated doc comments
  
  Revision  Changes    Path
  1.9       +8 -8      logging-log4net/src/Config/XmlConfigurator.cs
  
  Index: XmlConfigurator.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Config/XmlConfigurator.cs,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XmlConfigurator.cs	23 Nov 2004 01:37:29 -0000	1.8
  +++ XmlConfigurator.cs	6 Dec 2004 02:21:16 -0000	1.9
  @@ -234,10 +234,10 @@
   		/// configuration. If this file is also a .NET .config file then you must specify 
   		/// a configuration section for the <c>log4net</c> element otherwise .NET will 
   		/// complain. Set the type for the section handler to <see cref="System.Configuration.IgnoreSectionHandler"/>, for example:
  -		/// <code>
  -		/// &lt;configSections&gt;
  -		///		&lt;section name="log4net" type="System.Configuration.IgnoreSectionHandler" /&gt;
  -		///	&lt;/configSections&gt;
  +		/// <code lang="XML" escaped="true">
  +		/// <configSections>
  +		///		<section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
  +		///	</configSections>
   		/// </code>
   		/// </para>
   		/// <example>
  @@ -347,10 +347,10 @@
   		/// configuration. If this file is also a .NET .config file then you must specify 
   		/// a configuration section for the <c>log4net</c> element otherwise .NET will 
   		/// complain. Set the type for the section handler to <see cref="System.Configuration.IgnoreSectionHandler"/>, for example:
  -		/// <code>
  -		/// &lt;configSections&gt;
  -		///		&lt;section name="log4net" type="System.Configuration.IgnoreSectionHandler" /&gt;
  -		///	&lt;/configSections&gt;
  +		/// <code lang="XML" escaped="true">
  +		/// <configSections>
  +		///		<section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
  +		///	</configSections>
   		/// </code>
   		/// </para>
   		/// <example>