UtilityLogError Method (String, Exception)Ipswitch.Messaging.Framework
LogError places messages into the Event Viewer log

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static void LogError(
	string source,
	Exception fail
)

Parameters

source
Type: SystemString
Source can be anything to describe where the error is being thrown
fail
Type: SystemException
Exception to log
See Also

Reference