Click or drag to resize
TranslationServiceHelperLogInformation Method
Logs an information to event log.

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

Parameters

message
Type: SystemString
Information message to log
See Also