Stefan
Stefan
CC#
Created by Stefan on 1/10/2025 in #help
EventLogAppender and log4net
A bit late for a response but: I know! These were stupid business constraints I was dealing with. They specifically instructed me to use log4net as a logging provider. I still can use the logging abstraction facilities from Microsoft for DI, I think you got that mixed up.
6 replies
CC#
Created by Stefan on 1/10/2025 in #help
EventLogAppender and log4net
Ah, looking at this table: https://logging.apache.org/log4net/release/framework-support.html I can see that .NET 8 support is provided by .NET Standard 2.0, which means EventLogAppender is not supported unless I switch to .NET Frameowkr
6 replies
CC#
Created by Stefan on 1/10/2025 in #help
EventLogAppender and log4net
Note: I realize that the Windows Event Log only is supported on Windows, but I was working under the impression that the library was smart enough to figure that out on its own?
6 replies