Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
[ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")]
public TextWriterAppender(
ILayout layout,
Stream os
)[ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")]
public TextWriterAppender(
ILayout layout,
Stream os
)<ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")>
Public Sub New (
layout As ILayout,
os As Stream
)<ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")>
Public Sub New (
layout As ILayout,
os As Stream
)public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & Writer properties")]
TextWriterAppender(
ILayout^ layout,
Stream^ os
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & Writer properties")]
TextWriterAppender(
ILayout^ layout,
Stream^ os
)
Obsolete constructor.