Click or drag to resize
MooshLoggerWrite Method
Logs a message to the output stream. Alias for Log.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Write(
	string message
)

Parameters

message
Type: SystemString
A message to be recorded.
See Also