Initializes a new instance of the
DebugAppender
with a specified layout.
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 property")]
public DebugAppender(
ILayout layout
)
[ObsoleteAttribute("Instead use the default constructor and set the Layout property")]
public DebugAppender(
ILayout layout
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout property")>
Public Sub New (
layout As ILayout
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout property")>
Public Sub New (
layout As ILayout
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout property")]
DebugAppender(
ILayout^ layout
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout property")]
DebugAppender(
ILayout^ layout
)
Obsolete constructor.