StreamLogWriter(Stream) Constructor

Definition

Assembly XenoAtom.Logging.dll

Initializes a writer that uses UTF-8 encoding and does not own the stream.

public StreamLogWriter(Stream stream)

Parameters

stream
Stream

The destination stream.