MooshLogger Constructor (Stream) |
Initializes the logger, with a designated output stream.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Logger(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
Logger(
Stream^ stream
)
new :
stream : Stream -> Logger
Parameters
- stream
- Type: System.IOStream
A stream to log output to.
See Also