Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
[ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")]
public TextWriterAppender(
ILayout layout,
TextWriter writer
)
[ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")]
public TextWriterAppender(
ILayout layout,
TextWriter writer
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")>
Public Sub New (
layout As ILayout,
writer As TextWriter
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")>
Public Sub New (
layout As ILayout,
writer As TextWriter
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & Writer properties")]
TextWriterAppender(
ILayout^ layout,
TextWriter^ writer
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & Writer properties")]
TextWriterAppender(
ILayout^ layout,
TextWriter^ writer
)
The
TextWriter must have been previously opened.
Obsolete constructor.