nicko       2004/05/30 10:58:48

  Modified:    src/Appender BufferingAppenderSkeleton.cs
  Log:
  Updated doc comments
  
  Revision  Changes    Path
  1.5       +13 -0     logging-log4net/src/Appender/BufferingAppenderSkeleton.cs
  
  Index: BufferingAppenderSkeleton.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/src/Appender/BufferingAppenderSkeleton.cs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BufferingAppenderSkeleton.cs      26 Feb 2004 20:40:06 -0000      1.4
  +++ BufferingAppenderSkeleton.cs      30 May 2004 17:58:48 -0000      1.5
  @@ -227,6 +227,19 @@
                /// <summary>
                /// Initialize the appender based on the options set
                /// </summary>
  +             /// <remarks>
  +             /// <para>
  +             /// This is part of the <see cref="IOptionHandler"/> delayed 
object
  +             /// activation scheme. The <see cref="ActivateOptions"/> method 
must 
  +             /// be called on this object after the configuration properties 
have
  +             /// been set. Until <see cref="ActivateOptions"/> is called this
  +             /// object is in an undefined state and must not be used. 
  +             /// </para>
  +             /// <para>
  +             /// If any of the configuration properties are modified then 
  +             /// <see cref="ActivateOptions"/> must be called again.
  +             /// </para>
  +             /// </remarks>
                override public void ActivateOptions() 
                {
                        base.ActivateOptions();
  
  
  

Reply via email to