Deep-dive to ASP.NET Core Logging

ASP.NET Core introduces new framework-level logging system. It doesn’t replace any existing loggers by third-parties but standardizes logging inside a framework itself. Presentation introduces new logging system and goes deep to its architecture and technical design. Demos show how to use loggers with advances features in web applications and how to build custom loggers from scratch.

Target audience: web developers
Technical level: 300
Slides/demos: 20/80

Topics covered

  • How logging works in ASP.NET Core?
  • Classes and interfaces
  • Logging strategies
  • Available loggers
  • Using loggers in web applications
  • Scoped logging
  • Log filtering
  • Bulding custom loggers

Logging to Syslog server

ASP.NET Core: Logging to Syslog server