Hi,
My old ASP.NET Webform application use EventLog to write some information into windows event logs.
I know this API is only available in windows platform, so if my asp.net core mvc runs on linux, it will not work.
I want to know if there're some APIs whcih are available on windows and linux. Then, I can wirte event log like the old code logic.
Thanks