LogWriteLine Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Write a line to the log file.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public void WriteLine(
	string message
)

Parameters

message
Type: SystemString
The message to write.
See Also

Reference