Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3013
Modified Files:
aop-aspect-library.xml
Log Message:
Added new LogReturnValue property to SimpleLoggingAdvice.
Minor fixes in SimpleLoggingAdvice generated messages.
Index: aop-aspect-library.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/aop-aspect-library.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** aop-aspect-library.xml 2 Apr 2008 22:59:54 -0000 1.12
--- aop-aspect-library.xml 4 Apr 2008 14:59:28 -0000 1.13
***************
*** 457,460 ****
--- 457,464 ----
<listitem>
+ <para>LogReturnValue</para>
+ </listitem>
+
+ <listitem>
<para>Separator</para>
</listitem>
***************
*** 473,476 ****
--- 477,481 ----
<property name="logExecutionTime" value="true"/>
<property name="logMethodArguments" value="true"/>
+ <property name="LogReturnValue" value="true"/>
<property name="Separator" value=";"/>
***************
*** 482,488 ****
</object></programlisting>
! <para>The default values for LogUniqueIdentifier, LogExecutionTime, and
! LogMethodArguments are false. The default separator value is ", " and the
! default log level is Common.Logging's LogLevel.Trace.</para>
<para>You can set the name of the logger with the property
--- 487,494 ----
</object></programlisting>
! <para>
! The default values for LogUniqueIdentifier, LogExecutionTime, LogMethodArguments and
! LogReturnValue are false. The default separator value is ", " and the
! default log level is Common.Logging's LogLevel.Trace.</para>
<para>You can set the name of the logger with the property
|