The following tables list the members exposed by FileLoggingChannel.
Public Constructors
Name | Description | |
---|---|---|
FileLoggingChannel | Initializes a new instance of the FileLoggingChannel class. | |
LoggingChannel | Initializes a new instance of the LoggingChannel class. (Inherited from LoggingChannel) |
Public Methods
Name | Description | |
---|---|---|
Close | Closes this log file. | |
Dispose | Releases unmanaged resources and will optionally release managed resources | |
Flush | Clears all buffers for the file stream and causes any buffered data to be written to the file system. | |
Format | Formats the specified log entry. (Inherited from LoggingChannel) | |
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. |
Public Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets a value indicating whether this Leadtools.Logging.ILoggingChannel is enabled. (Inherited from LoggingChannel) | |
Filename | Gets or sets the filename to write the log to. |
Protected Fields
Name | Description | |
---|---|---|
FileStreamWriter | The file stream for this logging channel. |
See Also