Click or drag to resize

LogWriteMessage Method (LogLevel, String)

Writes the message into log

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void WriteMessage(
	LogLevel level,
	string content
)

Parameters

level
Type: Hummingbird.TestFrameworkLogLevel
The level of the message.
content
Type: SystemString
The content of the message.
See Also