Click or drag to resize
CMSPaymentGatewayProviderLogEvent Method
Logs error with given message, eventCode and eventSource to event log.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected static void LogEvent(
	string message,
	string eventCode,
	string eventSource = "CMSPaymentGatewayProvider"
)

Parameters

message
Type: SystemString
eventCode
Type: SystemString
eventSource (Optional)
Type: SystemString
See Also