You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2005/07/11 14:48:44 UTC

cvs commit: logging-log4net/src/Appender RollingFileAppender.cs

nicko       2005/07/11 05:48:44

  Modified:    src/Appender RollingFileAppender.cs
  Log:
  Minor code tweak to help ReSharper understand the code
  
  Revision  Changes    Path
  1.21      +2 -4      logging-log4net/src/Appender/RollingFileAppender.cs
  
  Index: RollingFileAppender.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Appender/RollingFileAppender.cs,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- RollingFileAppender.cs	17 Apr 2005 00:31:49 -0000	1.20
  +++ RollingFileAppender.cs	11 Jul 2005 12:48:44 -0000	1.21
  @@ -20,17 +20,15 @@
   using System.Collections;
   using System.Globalization;
   using System.IO;
  -using System.Text.RegularExpressions;
   
   using log4net.Util;
  -using log4net.Layout;
   using log4net.Core;
   
   namespace log4net.Appender
   {
   #if CONFIRM_WIN32_FILE_SHAREMODES
  -	The following sounds good, and I though it was the case, but after
  -	further testing on Windows I have not been able to confirm it.
  +	// The following sounds good, and I though it was the case, but after
  +	// further testing on Windows I have not been able to confirm it.
   
   	/// On the Windows platform if another process has a write lock on the file 
   	/// that is to be deleted, but allows shared read access to the file then the