/plushcap/analysis/vonage/vonage-adaptive-library-logging-with-microsoft-extensions-logging-dr

Adaptive Library Logging with Microsoft.Extensions.Logging

What's this blog post about?

Microsoft.Extensions.Logging provides a flexible and extensible logging framework for .NET applications, allowing developers to abstract the logger from the logging operation itself. This approach enables users to bring their own custom logging frameworks without modifying the SDK's codebase. The library allows developers to create fully dynamic, extensible loggers that can be easily configured and customized to meet specific requirements. By using Microsoft.Extensions.Logging, developers can avoid common issues such as switching between different loggers or dealing with legacy logger implementations. The framework is designed to be agonistic to the chosen log provider, making it easy for users to integrate their preferred logging solution into the SDK.

Company
Vonage

Date published
April 28, 2021

Author(s)
Steve Lorello

Word count
1023

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.