Appender

Appender class

Inherits: Aspose::Email::Tools::Logging::IAppender

Represents the base class for Appender .

Constructors

NameDescription
Appender (2 overloads)Inistializes a new instance of Appender class.

Methods

NameDescription
AppendAppends the specified log entry to the appender.
AppendHeaderStarts log file with specific header.
CloseCloses the appender.
Dispose (2 overloads)Releases the unmanaged resources used by the Appender .
get_ClosedIndicates whether an Appender is closed.
get_FormatterGets the formatter.
get_InitializedIndicates whether an Appender is initialized.
InitializeInitializes the appender instance.
OnClose
OnInitialize
set_FormatterSets the formatter.
FileAppender