Trace Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Assert(Boolean) | Checks for a condition; if the condition is false, displays a message box that shows the call stack. |
![]() ![]() | Assert(Boolean, String) | Checks for a condition; if the condition is false, outputs a specified message and displays a message box that shows the call stack. |
![]() ![]() | Assert(Boolean, String, String) | Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the call stack. |
![]() ![]() | Close() | Flushes the output buffer, and then closes the Listeners. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | Fail(String) | Emits the specified error message. |
![]() ![]() | Fail(String, String) | Emits an error message, and a detailed error message. |
![]() ![]() | Flush() | Flushes the output buffer, and causes buffered data to be written to the Listeners. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | Indent() | Increases the current IndentLevel by one. |
![]() ![]() | Refresh() | Refreshes the trace configuration data. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | TraceError(String) | Writes an error message to the trace listeners in the Listeners collection using the specified message. |
![]() ![]() | TraceError(String, Object()) | Writes an error message to the trace listeners in the Listeners collection using the specified array of objects and formatting information. |
![]() ![]() | TraceInformation(String) | Writes an informational message to the trace listeners in the Listeners collection using the specified message. |
![]() ![]() | TraceInformation(String, Object()) | Writes an informational message to the trace listeners in the Listeners collection using the specified array of objects and formatting information. |
![]() ![]() | TraceWarning(String) | Writes a warning message to the trace listeners in the Listeners collection using the specified message. |
![]() ![]() | TraceWarning(String, Object()) | Writes a warning message to the trace listeners in the Listeners collection using the specified array of objects and formatting information. |
![]() ![]() | Unindent() | Decreases the current IndentLevel by one. |
![]() ![]() | Write(Object) | |
![]() ![]() | Write(Object, String) | |
![]() ![]() | Write(String) | Writes a message to the trace listeners in the Listeners collection. |
![]() ![]() | Write(String, String) | Writes a category name and a message to the trace listeners in the Listeners collection. |
![]() ![]() | WriteIf(Boolean, Object) | |
![]() ![]() | WriteIf(Boolean, Object, String) | |
![]() ![]() | WriteIf(Boolean, String) | Writes a message to the trace listeners in the Listeners collection if a condition is true. |
![]() ![]() | WriteIf(Boolean, String, String) | Writes a category name and message to the trace listeners in the Listeners collection if a condition is true. |
![]() ![]() | WriteLine(Object) | |
![]() ![]() | WriteLine(Object, String) | |
![]() ![]() | WriteLine(String) | Writes a message to the trace listeners in the Listeners collection. |
![]() ![]() | WriteLine(String, String) | Writes a category name and message to the trace listeners in the Listeners collection. |
![]() ![]() | WriteLineIf(Boolean, Object) | |
![]() ![]() | WriteLineIf(Boolean, Object, String) | |
![]() ![]() | WriteLineIf(Boolean, String) | Writes a message to the trace listeners in the Listeners collection if a condition is true. |
![]() ![]() | WriteLineIf(Boolean, String, String) | Writes a category name and message to the trace listeners in the Listeners collection if a condition is true. |

