Click or drag to resize
MooshLoggerLog Method
Logs a message to the output stream.

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

Parameters

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