nicko       2005/03/13 18:08:47

  Modified:    src/Appender EventLogAppender.cs
  Log:
  Mono now supports the EventLog API. The implementation is a NOP
  
  Revision  Changes    Path
  1.17      +0 -6      logging-log4net/src/Appender/EventLogAppender.cs
  
  Index: EventLogAppender.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Appender/EventLogAppender.cs,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- EventLogAppender.cs       14 Feb 2005 03:09:12 -0000      1.16
  +++ EventLogAppender.cs       14 Mar 2005 02:08:47 -0000      1.17
  @@ -20,12 +20,8 @@
   
   // .NET Compact Framework 1.0 has no support for EventLog
   #if !NETCF 
  -// .Mono 1.0 has no support for EventLog
  -#if !MONO 
   // SSCLI 1.0 has no support for EventLog
   #if !SSCLI
  -// We don't want framework or platform specific code in the CLI version of 
log4net
  -#if !CLI_1_0
   
   using System;
   using System.Diagnostics;
  @@ -492,7 +488,5 @@
        }
   }
   
  -#endif // !CLI_1_0
   #endif // !SSCLI
  -#endif // !MONO
   #endif // !NETCF
  \ No newline at end of file
  
  
  

Reply via email to