Click or drag to resize
SqlInstallationHelperLogMessage Delegate
Delegate of event fired when message logging is required.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public delegate void LogMessage(
	string message,
	MessageTypeEnum type
)

Parameters

message
Type: SystemString
Text of the message
type
Type: CMS.DataEngineMessageTypeEnum
Type of the message
See Also