The following tables list the members exposed by RollingFileLoggingChannel.
| Name | Description | |
|---|---|---|
| RollingFileLoggingChannel Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| FileStreamWriter | The file stream for this logging channel. (Inherited from Leadtools.Logging.LoggingChannel.FileLoggingChannel) |
| Name | Description | |
|---|---|---|
| Enabled | Gets or sets a value indicating whether this ILoggingChannel is enabled. (Inherited from Leadtools.Logging.LoggingChannel.LoggingChannel) |
| Filename | Overridden. Gets or sets the filename to write the log to. |
| RollSize | Gets or sets the maximum size of the file before a roll occurs. |
| Name | Description | |
|---|---|---|
| Close | Closes this log file. (Inherited from Leadtools.Logging.LoggingChannel.FileLoggingChannel) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Leadtools.Logging.LoggingChannel.LoggingChannel) |
| Flush | Clears all buffers for the file stream and causes any buffered data to be written to the file system. (Inherited from Leadtools.Logging.LoggingChannel.FileLoggingChannel) |
| Format | Overridden. Formats the specified log entry. |
| WriteLog | Overridden. Writes the log to the specified file. |