BradR
Results
3
comments of
BradR
I have a similar issue. In my case, I am working in F# (.NET 6.0) and using v.5.0.11 of the library. I am using a record object. It seems to...
I experience the same error. Is there any advice for how to get past it?
I am also struggling to configure this sink from configuration file. I have created a custom event source. I can write to it by using ` Log.Logger = new LoggerConfiguration().ReadFrom.Configuration(config).WriteTo.EventLog("{my...