The StructuredTrace type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Bracket |
Brackets the specified value with a hyphen on either side.
| |
Enter |
Traces entering the specified method name, and increases the indentation.
| |
EnterEventHandler |
Traces entering an event handler for a specific GUI component,
and increases the indentation.
| |
Equals | (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.) | |
Leave |
Traces leaving the specified method name, and decreases the indentation.
| |
LeaveEventHandler |
Traces leaving an event handler for a specific GUI component,
and decreases the indentation.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Start |
Record the start of an application with a distinctive line in the log file,
consisting of a repeated sequence of SessionMarkerChar characters.
| |
ToString | (Inherited from Object.) | |
WriteLine |
Writes the line (if messages are enabled), preceded with
the thread name and the current date/time.
|
See Also