FileAppender Class |
Namespace: Aspose.Email.Tools.Logging
The FileAppender type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileAppender |
Initializes a new instance of the FileAppender class.
|
![]() | FileAppender(String) |
Initializes a new instance of the FileAppender class.
|
![]() | FileAppender(String, IFormatter) |
Initializes a new instance of the FileAppender class.
|
![]() | FileAppender(String, Boolean) |
Initializes a new instance of the FileAppender class.
|
![]() | FileAppender(String, Boolean, IFormatter) |
Initializes a new instance of the FileAppender class.
|
Name | Description | |
---|---|---|
![]() | Encoding |
Gets or sets the encoding.
|
![]() | FileName |
Gets or sets file name.
|
![]() | Formatter |
Gets or sets the formatter.
(Inherited from Appender.) |
![]() | UseDate |
Gets or sets value which indicates whether date is used for logging.
|
Name | Description | |
---|---|---|
![]() | Append(LogEntry) |
Appends the log entry information to the appender.
(Overrides AppenderAppend(LogEntry).) |
![]() | Append(LogEntry) |
Appends a set of log entries to the appender.
|
![]() | AppendHeader |
Starts log file with specific header.
(Overrides AppenderAppendHeader.) |
![]() | Close |
Closes the appender.
(Overrides AppenderClose.) |
![]() | Dispose |
Releases the unmanaged resources used by the Appender.
(Inherited from Appender.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Initialize |
Initializes the appender instance.
(Inherited from Appender.) |
![]() | ToString | (Inherited from Object.) |