Click or drag to resize
DatabaseInstallationSettingsLogger Property
Gets or sets the logger used during database installation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public Action<string, MessageTypeEnum> Logger { get; set; }

Property Value

Type: ActionString, MessageTypeEnum
See Also