TextLogFile Members
- Aktualisiert2023-02-21
- 3 Minute(n) Lesezeit
The TextLogFile type exposes the following members.
| Name | Description | |
|---|---|---|
| TextLogFile | Initializes a new instance of the TextLogFile class. |
Methods
| Name | Description | |
|---|---|---|
| AddChannel | Overloaded.
Adds the specified channel to the list of channels to log.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BaseFilePath | Gets or sets a value indicating the base file path used to specify the log file path (Inherited from LogFile.) | |
| Channels | Gets a value indicating the channels to log | |
| DecimalPlaces | Gets or sets a value indicating the number of decimal places used when converting the numeric log data to string | |
| Delimiter | Gets or sets a value indicating the delimiter between columns in the text file | |
| FileConflictOperation | Gets or sets a value indicating the operation to take if a file already exists at the specified path (Inherited from LogFile.) | |
| HeaderText | Gets or sets a value indicating the header text to insert at the beginning of the text log file. |