nicko 2004/05/30 04:10:31
Modified: src/Layout ExceptionLayout.cs
Log:
Renamed loggingEvent.GetExceptionStrRep to GetExceptionString
Revision Changes Path
1.4 +1 -1 logging-log4net/src/Layout/ExceptionLayout.cs
Index: ExceptionLayout.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Layout/ExceptionLayout.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ExceptionLayout.cs 23 Feb 2004 03:18:04 -0000 1.3
+++ ExceptionLayout.cs 30 May 2004 11:10:31 -0000 1.4
@@ -90,7 +90,7 @@
throw new ArgumentNullException("loggingEvent");
}
- writer.Write(loggingEvent.GetExceptionStrRep());
+ writer.Write(loggingEvent.GetExceptionString());
}
#endregion