Skip to Main Content
Customizing ASP.NET Core 5.0
book

Customizing ASP.NET Core 5.0

by Jürgen Gutsch
January 2021
Intermediate to advanced content levelIntermediate to advanced
160 pages
2h 23m
English
Packt Publishing
Content preview from Customizing ASP.NET Core 5.0

Chapter 1: Customizing Logging

In this first chapter of the book about customizing ASP.NET Core, you will see how to customize logging. The default logging only writes to the console or to the debug window. This is quite good for the majority of cases, but it may be the case that you need to log to a sink, such as a file or a database. Perhaps you want to extend the logger with additional information. In these cases, you need to know how to change the default logging.

In this chapter, we will be covering the following topics:

  • Configuring logging
  • Creating a custom logger
  • Plugging in an existing third-party logger provider

The topics in this chapter refer to the hosting layer of the ASP.NET Core architecture:

Figure 1.1 – ASP.NET Core ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Customizing ASP.NET Core 6.0 - Second Edition

Customizing ASP.NET Core 6.0 - Second Edition

Jürgen Gutsch
Pro ASP.NET Web API: HTTP Web Services in ASP.NET

Pro ASP.NET Web API: HTTP Web Services in ASP.NET

Tugberk Ugurlu, Alexander Zeitler, Ali Kheyrollahi

Publisher Resources

ISBN: 9781801077866Supplemental Content