Construct a new appender using the layout and file specified.
The file will be appended to.
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 & File properties")]
public FileAppender(
ILayout layout,
string filename
)
[ObsoleteAttribute("Instead use the default constructor and set the Layout & File properties")]
public FileAppender(
ILayout layout,
string filename
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout & File properties")>
Public Sub New (
layout As ILayout,
filename As String
)
<ObsoleteAttribute("Instead use the default constructor and set the Layout & File properties")>
Public Sub New (
layout As ILayout,
filename As String
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & File properties")]
FileAppender(
ILayout^ layout,
String^ filename
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout & File properties")]
FileAppender(
ILayout^ layout,
String^ filename
)
Obsolete constructor.