Log Class |
Namespace: Hummingbird.TestFramework
The Log type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears the log.
| |
| GetMessages |
Gets the messages from the Log
| |
| WriteMessage(LogMessage) |
Writes the message into log
| |
| WriteMessage(LogLevel, String) |
Writes the message into log
|
| Name | Description | |
|---|---|---|
| MessageAdded |
Occurs when a message is added to the log. Sender of the event handler contains the added message.
|