In this article, learn how to log windows service custom logs in C# using EventLog class of System.Diagnostics namespace. By default, all the windows ...
In this article, learn creating EventLog in C#. In C#, the System.Diagnostics namespace of System.Runtime.dll has the EventLog class which can be used to ...