log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
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