Custom log writer in C#

Custom logging using C# in .NET application Target Audience : Beginner Log writing is considered as an essential function in any software application. You can monitor how your software is behaving and also you can identify errors and performance issues using logs. A good log writer can save a lot of time for investigations when…

Logging Application Block

How to use Logging Application Block in Enterprise Library to log the information Logging the errors, exceptions and other information is a common thing in software development. In .NET environment we can easily use Microsoft Enterprise Library Logging Application Block to log any information in web applications or desktop applications. This application component is very…