Click or drag to resize

RollingFileAppender Properties

The RollingFileAppender type exposes the following members.

Properties
  NameDescription
Public propertyAppendToFile (Inherited from FileAppender.)
Public propertyCountDirection (Inherited from RollingFileAppender.)
Public propertyDatePattern (Inherited from RollingFileAppender.)
Public propertyDateTimeStrategy (Inherited from RollingFileAppender.)
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 propertyMaxFileSize (Inherited from RollingFileAppender.)
Public propertyMaximumFileSize (Inherited from RollingFileAppender.)
Public propertyMaxSizeRollBackups (Inherited from RollingFileAppender.)
Public propertyName (Inherited from AppenderSkeleton.)
Public propertyPreserveLogFileNameExtension (Inherited from RollingFileAppender.)
Protected propertyQuietWriter (Inherited from TextWriterAppender.)
Protected propertyRequiresLayout (Inherited from TextWriterAppender.)
Public propertyRollingStyle (Inherited from RollingFileAppender.)
Public propertySecurityContext (Inherited from FileAppender.)
Public propertyStaticLogFileName (Inherited from RollingFileAppender.)
Public propertyThreshold (Inherited from AppenderSkeleton.)
Public propertyWriter (Inherited from TextWriterAppender.)
Top
See Also