Click or drag to resize

UtilitiesWriteLog Method

Writes the an message to the console, usually used by command line tool

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void WriteLog(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also