| Logger Methods |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears the log contents if logging is enabled.
| |
| ClearAsync |
async/await version of Clear.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMemoryLog |
Returns the string containing the memory log contents.
| |
| 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.) | |
| WriteLine |
Adds a new log entry containing user-defined message into the log.
| |
| WriteLineAsync |
async/await version of WriteLine(String).
|