Click or drag to resize
MooshLogger Constructor (Stream)
Initializes the logger, with a designated output stream.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Logger(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream to log output to.
See Also