EventLogging LogError Method Thomas API Webservices Reference Guide
Writes exception details to the Event Log

Namespace: Thomas.APIServices.Exceptions
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static bool LogError(
	Exception ex,
	string appName
)

Return Value

OnlineBoolean value indicating whether storing the event succeeded
See Also