DotNet

Implementing a logger in CSharp

csharp logoThis tutorial explains how to implement a simple logger in C#.

Logging Need

Have you ever ran into a situation where you want to log messages in order to debug a program. There are many logging packages/framework available but there always a learning curve involved with setup and usage. So this simplified yet featurefull logger is all you might need.

Syndicate content

Back to top