Appender
Appender class
Inherits: Aspose::Email::Tools::Logging::IAppender
Represents the base class for Appender .
Constructors
| Name | Description |
|---|---|
| Appender (2 overloads) | Inistializes a new instance of Appender class. |
Methods
| Name | Description |
|---|---|
| Append | Appends the specified log entry to the appender. |
| AppendHeader | Starts log file with specific header. |
| Close | Closes the appender. |
| Dispose (2 overloads) | Releases the unmanaged resources used by the Appender . |
| get_Closed | Indicates whether an Appender is closed. |
| get_Formatter | Gets the formatter. |
| get_Initialized | Indicates whether an Appender is initialized. |
| Initialize | Initializes the appender instance. |
| OnClose | |
| OnInitialize | |
| set_Formatter | Sets the formatter. |
| FileAppender |