Click or drag to resize

Log Class

Technical log
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFrameworkLog

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class Log

The Log type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear
Clears the log.
Public methodStatic memberGetMessages
Gets the messages from the Log
Public methodStatic memberWriteMessage(LogMessage)
Writes the message into log
Public methodStatic memberWriteMessage(LogLevel, String)
Writes the message into log
Top
Events
  NameDescription
Public eventStatic memberMessageAdded
Occurs when a message is added to the log. Sender of the event handler contains the added message.
Top
See Also