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