Click or drag to resize

FileAppender Properties

The FileAppender type exposes the following members.

Properties
  NameDescription
Public propertyAppendToFile (Inherited from FileAppender.)
Public propertyEncoding (Inherited from FileAppender.)
Public propertyErrorHandler (Inherited from TextWriterAppender.)
Public propertyFile
Gets or sets the log file path. If there is a logging component entry in the ice.NET configuration, this entry overwrites the file path entry provided by the setter.
(Overrides FileAppender.File.)
Public propertyFilterHead (Inherited from AppenderSkeleton.)
Public propertyImmediateFlush (Inherited from TextWriterAppender.)
Public propertyLayout (Inherited from AppenderSkeleton.)
Public propertyLockingModel (Inherited from FileAppender.)
Public propertyName (Inherited from AppenderSkeleton.)
Protected propertyQuietWriter (Inherited from TextWriterAppender.)
Protected propertyRequiresLayout (Inherited from TextWriterAppender.)
Public propertySecurityContext (Inherited from FileAppender.)
Public propertyThreshold (Inherited from AppenderSkeleton.)
Public propertyWriter (Inherited from TextWriterAppender.)
Top
See Also