Click or drag to resize
AsyncControlAddLog Method
Adds the log information.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void AddLog(
	string newLog,
	bool newLine = true
)

Parameters

newLog
Type: SystemString
New log information
newLine (Optional)
Type: SystemBoolean
If true, the ne log information is added on new line
See Also