SysUtilsReportInfoToEventLog Method (String, String) |
Reports an informational message to the windows event log.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static void ReportInfoToEventLog(
string eventSource,
string message
)
Public Shared Sub ReportInfoToEventLog (
eventSource As String,
message As String
)
public:
static void ReportInfoToEventLog(
String^ eventSource,
String^ message
)
Parameters
- eventSource
- Type: SystemString
The event source string. Needs to exist in order to successfully write to the event log. - message
- Type: SystemString
The information message to report.
See Also