Click or drag to resize

LogGetMessages Method

Gets the messages from the Log

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static LogMessage[] GetMessages()

Return Value

Type: LogMessage
A array of LogMessage from the current log.
See Also