Click here to Skip to main content
15,881,881 members
Articles / Programming Languages / C#

Logging Proxy in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
9 May 2022MIT6 min read 14.6K   195   31  
In this article, we build a practical reusable Logging Proxy in C#
Building Logging-Proxy that logs the sequence of calls and data transfers over certain interface can be very useful. It can be used for debugging purposes or for documenting purposes. In this article, we show how to build such a Logging-Proxy. Practical source code is shown and is easily reusable.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/

Comments and Discussions