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
)
Public Shared Sub WriteMessage (
level As LogLevel,
content As String
)
public:
static void WriteMessage(
LogLevel level,
String^ content
)
static member WriteMessage :
level : LogLevel *
content : string -> unit
Parameters
- level
- Type: Hummingbird.TestFrameworkLogLevel
The level of the message. - content
- Type: SystemString
The content of the message.
See Also