TextWriterAdapterNewLine Property Apache log4net™ SDK Documentation
Gets or sets the line terminator string used by the TextWriter

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public override string NewLine { get; set; }

Property Value

Type: String
The line terminator to use
Remarks

Gets or sets the line terminator string used by the TextWriter

See Also

Reference