Mid ASP.NET Core

Logging: built-in logging, third party (Serilog, NLog)?

  • ASP.NET Core has built-in logging with providers (Console, Debug, EventSource).
  • Third-party libs like Serilog and NLog offer rich sinks, structured logging.
  • Configure logging via appsettings.json or code.

More from ASP.NET Core Tutorial

All questions for this course