Currently, I use System.Diagnostics.Trace class to log information to the ASP.NET application diagnostics log. And I am porting it to ASP.NET CORE, but I cannot find System.Diagnostics.Trace class/api in asp.net core. Is it supported in asp.net core? what i should do for System.Diagnostics.Trace porting to asp.net core?
Thanks!