Click or drag to resize
TranslationServiceHelperLogError Method
Logs an error message to event log.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static void LogError(
	string message
)

Parameters

message
Type: SystemString
Message to log
See Also