The following tables list the members exposed by RollingFileLoggingChannel.
Public Constructors
Name | Description | |
---|---|---|
FileLoggingChannel | Initializes a new instance of the FileLoggingChannel class. (Inherited from FileLoggingChannel) | |
RollingFileLoggingChannel | Initializes a new instance of the RollingFileLoggingChannel class. |
Public Methods
Name | Description | |
---|---|---|
Close | Closes this log file. (Inherited from FileLoggingChannel) | |
Dispose | Releases unmanaged resources and will optionally release managed resources (Inherited from FileLoggingChannel) | |
Flush | Clears all buffers for the file stream and causes any buffered data to be written to the file system. (Inherited from FileLoggingChannel) | |
Format | Formats the specified log entry. | |
WriteLog | Writes the log to the specified file. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before the FileLoggingChannel is reclaimed by garbage collection. (Inherited from FileLoggingChannel) |
Public Properties
Name | Description | |
---|---|---|
Filename | Gets or sets the filename to write the log to. | |
RollSize | Gets or sets the maximum size of the file before a roll occurs. |
Protected Fields
Name | Description | |
---|---|---|
FileStreamWriter | The file stream for this logging channel. (Inherited from FileLoggingChannel) |
See Also