FileAppender Class

Reprensents a file appender.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class FileAppender : Appender

The FileAppender type exposes the following members.

Constructors
  NameDescription
Public methodFileAppender
Initializes a new instance of the FileAppender class.
Public methodFileAppender(String)
Initializes a new instance of the FileAppender class.
Public methodFileAppender(String, IFormatter)
Initializes a new instance of the FileAppender class.
Public methodFileAppender(String, Boolean)
Initializes a new instance of the FileAppender class.
Public methodFileAppender(String, Boolean, IFormatter)
Initializes a new instance of the FileAppender class.
Properties
  NameDescription
Public propertyEncoding
Gets or sets the encoding.
Public propertyFileName
Gets or sets file name.
Public propertyFormatter
Gets or sets the formatter.
(Inherited from Appender.)
Public propertyUseDate
Gets or sets value which indicates whether date is used for logging.
Methods
See Also