SysUtilsReportInfoToEventLog Method (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 message
)
Public Shared Sub ReportInfoToEventLog (
message As String
)
public:
static void ReportInfoToEventLog(
String^ message
)
Parameters
- message
- Type: SystemString
The information message to report.
See Also