Writes the an message to the console, usually used by command line tool
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static void WriteLog(
string message
)
Public Shared Sub WriteLog (
message As String
)
public:
static void WriteLog(
String^ message
)
static member WriteLog :
message : string -> unit
Parameters
- message
- Type: SystemString
The message.
See Also