FileAppender.FileAppender

FileAppender()

Initializes a new instance of the FileAppender class.

public FileAppender()

See Also


FileAppender(string)

Initializes a new instance of the FileAppender class.

public FileAppender(string fileName)
ParameterTypeDescription
fileNameStringThe file name.

See Also


FileAppender(string, bool)

Initializes a new instance of the FileAppender class.

public FileAppender(string fileName, bool useDate)
ParameterTypeDescription
fileNameStringThe file name.
useDateBooleanIndicates if date is used in file name

See Also


FileAppender(string, IFormatter)

Initializes a new instance of the FileAppender class.

public FileAppender(string fileName, IFormatter formatter)
ParameterTypeDescription
fileNameStringThe file name.
formatterIFormatterLog formatter

See Also


FileAppender(string, bool, IFormatter)

Initializes a new instance of the FileAppender class.

public FileAppender(string fileName, bool useDate, IFormatter formatter)
ParameterTypeDescription
fileNameStringThe file name.
useDateBooleanIndicates if date is used in file name
formatterIFormatterLog formatter

See Also