nicko       2004/05/16 14:28:43

  Modified:    src/Core LoggingEvent.cs
  Log:
  fixed documentation comments
  
  Revision  Changes    Path
  1.4       +2 -2      logging-log4net/src/Core/LoggingEvent.cs
  
  Index: LoggingEvent.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Core/LoggingEvent.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LoggingEvent.cs   23 Feb 2004 03:18:03 -0000      1.3
  +++ LoggingEvent.cs   16 May 2004 21:28:43 -0000      1.4
  @@ -1179,12 +1179,12 @@
                public const string HostNameProperty = "log4net:HostName";
   
                /// <summary>
  -             /// The key into the <see cref="Properties"/> map for the host 
name value.
  +             /// The key into the <see cref="Properties"/> map for the 
thread identity value.
                /// </summary>
                public const string IdentityProperty = "log4net:Identity";
   
                /// <summary>
  -             /// The key into the <see cref="Properties"/> map for the host 
name value.
  +             /// The key into the <see cref="Properties"/> map for the user 
name value.
                /// </summary>
                public const string UserNameProperty = "log4net:UserName";
   
  
  
  

Reply via email to