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.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| Start |
Record the start of an application with a distinctive line in the log file,
consisting of a repeated sequence of SessionMarkerChar characters.
| |
| (Inherited from | ||
| WriteLine |
Writes the line (if messages are enabled), preceded with
the thread name and the current date/time.
|
See Also