Click or drag to resize
MooshLogs Method (Stream)
Creates a logger, with a designated output stream.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static MooshLogger Logs(
	Stream stream
)

Parameters

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

Return Value

Type: MooshLogger
Returns a new Moosh.Logger instance.
See Also