ILoggingConfigurationSendToRollingFileTraceListener Methods

Include Protected Members
Include Inherited Members

The ILoggingConfigurationSendToRollingFileTraceListener type exposes the following members.

Methods

  Name Description
Public method CleanUpArchivedFilesWhenMoreThan
Specifies the maximum number of archived files for this RollingFlatFileTraceListener.
Public method Equals
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.)
Public method Filter
Specifies the SourceLevels that should be used to filter trace output by this RollingFlatFileTraceListener.
Public method FormatWith
Specifies the formatter used to format log messages send by this RollingFlatFileTraceListener.
Public method FormatWithSharedFormatter
Specifies the formatter used to format log messages send by this RollingFlatFileTraceListener.
Public method GetHashCode
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.)
Public method GetType
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.)
Public method LogToCategoryNamed
Creates a Category Source in the configuration schema with the specified name.
(Inherited from ILoggingConfigurationContd.)
Public method RollAfterSize
Specifies the threshold in file size used for rolling of the RollingFlatFileTraceListener.
Public method RollEvery
Specifies the time interval used for rolling of the RollingFlatFileTraceListener.
Public method ToFile
Specifies the filename used to log to by the RollingFlatFileTraceListener.
The default is rolling.log.
Public method ToString
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.)
Public method UseTimeStampPattern
Specifies the timestamp pattern used to create an archived file by the RollingFlatFileTraceListener.
Public method WhenRollFileExists
Specifies the behavior that should be used when a file already exists.
Public method WithFooter
Specifies the footer used when logging by the RollingFlatFileTraceListener.
Public method WithHeader
Specifies the header used when logging by the RollingFlatFileTraceListener.
Public method WithTraceOptions
Specifies which options, or elements, should be included in messages send by this RollingFlatFileTraceListener.

See Also

ILoggingConfigurationSendToRollingFileTraceListener Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace