log4net SDK Reference

TextWriterAdapter.Writer Property

Gets or sets the underlying TextWriter.

[Visual Basic]
Protected Property Writer As TextWriter
[C#]
protected System.IO.TextWriter Writer {get; set;}

Property Value

The underlying TextWriter.

Remarks

Gets or sets the underlying TextWriter.

See Also

TextWriterAdapter Class | log4net.Util Namespace