log4net SDK Reference

TextWriterAdapter.NewLine Property

Gets or sets the line terminator string used by the TextWriter

[Visual Basic]
Overrides Public Property NewLine As String
[C#]
public override string NewLine {get; set;}

Property Value

The line terminator to use

Remarks

Gets or sets the line terminator string used by the TextWriter

See Also

TextWriterAdapter Class | log4net.Util Namespace