.Net
By Piush Shukla
Showing posts with label
Event logging in window services c#
.
Show all posts
Showing posts with label
Event logging in window services c#
.
Show all posts
Monday, 14 December 2015
Event logging in window services c#
EventLog e = new EventLog("Get PrinterError");
e.WriteEntry("Failed in getting Printerlist, Reason:" + ex.Message);
Older Posts
Home
Subscribe to:
Posts (Atom)