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