StreamLogWriter(Stream, Boolean) Constructor

Definition

Assembly XenoAtom.Logging.dll

Initializes a writer that uses UTF-8 encoding.

public StreamLogWriter(Stream stream, bool ownsStream)

Parameters

stream
Stream

The destination stream.

ownsStream
Boolean

true to dispose stream when this writer is disposed; otherwise false.