Hi,
EventLogAppender is listed in the official documentation, with examples (
https://logging.apache.org/log4net/release/config-examples.html#eventlogappender),
but someone trying to configure this appender in a .NET (not Framework)
application quickly finds out that this class is missing from the
Hi Vladimir
Yes, you're correct that the event log appender isn't available in the
netstandard version of log4net because it's not cross-platform.
Right now, I don't have capacity to build one (I have outstanding work I'd like
to do in log4net as it is), so the best suggestions I can give are:
I
Thank you Davyd,
It was great to confirm that I am not missing anything.
1. Yes Log4Net.Appenders.NetCore is working fine, so I am going the way of
least resistance.
2. Currently I am not quite into .NET development, but I will take a look
if I can do that. It is easy to create a project, but I h