TextWriterAdapter PropertiesApache log4netâ„¢ SDK Documentation
The TextWriterAdapter type exposes the following members.
Properties

  NameDescription
Public propertyEncoding
The Encoding in which the output is written
(Overrides OnlineTextWriter.Encoding.)
Public propertyFormatProvider
Gets an object that controls formatting
(Overrides OnlineTextWriter.FormatProvider.)
Public propertyNewLine
Gets or sets the line terminator string used by the TextWriter
(Overrides OnlineTextWriter.NewLine.)
Protected propertyWriter
Gets or sets the underlying OnlineTextWriter.
Back to Top
See Also