Logs a message to the output stream.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Log(
string message
)
Public Sub Log (
message As String
)
public:
void Log(
String^ message
)
member Log :
message : string -> unit
Parameters
- message
- Type: SystemString
A message to be recorded.
See Also