Logo
    Search

    diagnosticsource-guide

    Explore "diagnosticsource-guide" with insightful episodes like and "Using Diagnostic Observers to Decouple Logging and Observability Code" from podcasts like " and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (1)

    Using Diagnostic Observers to Decouple Logging and Observability Code

    Using Diagnostic Observers to Decouple Logging and Observability Code

    This story was originally published on HackerNoon at: https://hackernoon.com/using-diagnostic-observers-to-decouple-logging-and-observability-code.
    Using DiagnosticSource and IObserver implementation to decouple logging code; improving the method adapter to properly handle event data binding.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #logging, #.net, #observability, #c-sharp, #diagnostic-observers, #decouple-logging, #observability-code-decoupling, #diagnosticsource-guide, and more.

    This story was written by: @dmitriislabko. Learn more about this writer by checking @dmitriislabko's about page, and for more stories, please visit hackernoon.com.

    This article reviews the observability feature in Microsoft libraries provided by DiagnosticSource class, goes over implementation details and specifics how to receive and handle the diagnostic events. It explores the Microsoft's method adapter package to solve event property binding to method parameters, and proposes a solution to its issues, thus making the approach more usable.