The FileAppender type exposes the following members.

Constructors

  NameDescription
Public methodFileAppender
Constructor

Methods

  NameDescription
Public methodClose
Close this appender
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLog(Exception)
Log a stack trace
Public methodLog(String)
Log a message
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOpen
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Protected fieldclosed
True if closed
Protected fieldfileStream
Protected fieldlogger
Destination

Properties

  NameDescription
Public propertyFileName
Name of file to log to.

See Also