Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aspects/Logging
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17472/Aspects/Logging
Modified Files:
SimpleLoggingAdvice.cs
Log Message:
docs for retry and logging aspects.
mis code cleanup.
Index: SimpleLoggingAdvice.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aspects/Logging/SimpleLoggingAdvice.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SimpleLoggingAdvice.cs 10 Oct 2007 17:10:50 -0000 1.3
--- SimpleLoggingAdvice.cs 11 Oct 2007 01:29:42 -0000 1.4
***************
*** 28,32 ****
{
/// <summary>
! /// This is
/// </summary>
/// <remarks>
--- 28,32 ----
{
/// <summary>
! /// Configurable advice for logging.
/// </summary>
/// <remarks>
***************
*** 89,92 ****
--- 89,94 ----
#endregion
+ #region Properties
+
/// <summary>
/// Gets or sets a value indicating whether to log a unique identifier with the log message.
***************
*** 139,143 ****
}
!
#region Protected Methods
--- 141,145 ----
}
! #endregion
#region Protected Methods
|