MooshLogs Method (Stream) |
Creates a logger, with a designated output stream.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static MooshLogger Logs(
Stream stream
)
Public Shared Function Logs (
stream As Stream
) As MooshLogger
public:
static MooshLogger^ Logs(
Stream^ stream
)
static member Logs :
stream : Stream -> MooshLogger
Parameters
- stream
- Type: System.IOStream
A stream to log output to.
Return Value
Type:
MooshLoggerReturns a new Moosh.Logger instance.
See Also