AsyncControlAddLog Method |
Adds the log information.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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