[Mono-list] commented stubs in EventLog class
Miguel de Icaza
miguel@ximian.com
30 Jun 2003 14:27:23 -0400
Hello,
> I understand, but this means that I won't be able to distribute a single
> assembly for both Mono and .NET.
>
> It doesn't bother me that these methods are not implemented, as in our
> case (log4net) that just means that the EventLogAppender doesn't work on
> Mono. Which is something we can document in the docs and release notes.
>
> It's a pity that we're not able to distribute a single assembly for both
> Mono and .NET because of this, but again, I understand.
I understand this is an issue. We could change it to throw an
exception, but my guess is that you would not like that either, right?
What about contributing a simple-minded EventLog implementation?
Miguel