Click or drag to resize

ErrorMessageLoggerWriteToSpecificEventLog Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static void WriteToSpecificEventLog(
	Exception ex,
	string logSource,
	string logName
)

Parameters

ex
Type: SystemException
logSource
Type: SystemString
logName
Type: SystemString
See Also