emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

In .NetCore 2.2 loggerFactory.AddConsole is obsolete #125

Closed IngoManthey closed 5 years ago

IngoManthey commented 5 years ago

Hi, in the methode Configure are this rows are markt as obsolete: loggerFactory.AddConsole(Configuration.GetSection("Logging")); loggerFactory.AddDebug(LogLevel.Warning);

What can I do?