FileAppender

FileAppender class

Inherits: Aspose::Email::Tools::Logging::Appender

Reprensents a file appender.

Constructors

NameDescription
FileAppender (5 overloads)Initializes a new instance of the FileAppender class.

Methods

NameDescription
Append (2 overloads)Appends a set of log entries to the appender.
AppendHeaderStarts log file with specific header.
CloseCloses the appender.
get_EncodingGets the encoding.
get_FileNameGets file name.
get_UseDateGets value which indicates whether date is used for logging.
set_EncodingSets the encoding.
set_FileNameSets file name.
set_UseDateSets value which indicates whether date is used for logging.