G
Guest
I have a custom Eventlog created for my application that I would like
healthmonitoring events to log to instead of the Applcation Event Log.
I would prefer to have the additional information that healthmonitoring adds
to the log instead of the less descriptive message that
System.Diagnostics.EventLog.WriteEntry("MyApp", "Error Message to Display");
provides.
healthmonitoring events to log to instead of the Applcation Event Log.
I would prefer to have the additional information that healthmonitoring adds
to the log instead of the less descriptive message that
System.Diagnostics.EventLog.WriteEntry("MyApp", "Error Message to Display");
provides.