|
| static void | Indent () |
| |
| static void | Unindent () |
| |
| static void | Flush () |
| |
| static void | Close () |
| |
| static void | Assert (bool condition) |
| |
| static void | Assert (bool condition, string message) |
| |
| static void | Assert (bool condition, string message, string detailMessage) |
| |
| static void | Fail (string message) |
| |
| static void | Fail (string message, string detailMessage) |
| |
| static void | TraceEvent (TraceEventType eventType, int id, string format, params object[] args) |
| |
| static void | Write (string message) |
| |
| static void | Write (object value) |
| |
| static void | Write (string message, string category) |
| |
| static void | Write (object value, string category) |
| |
| static void | WriteLine (string message) |
| |
| static void | WriteLine (object value) |
| |
| static void | WriteLine (string message, string category) |
| |
| static void | WriteLine (object value, string category) |
| |
| static void | WriteIf (bool condition, string message) |
| |
| static void | WriteIf (bool condition, object value) |
| |
| static void | WriteIf (bool condition, string message, string category) |
| |
| static void | WriteIf (bool condition, object value, string category) |
| |
| static void | WriteLineIf (bool condition, string message) |
| |
| static void | WriteLineIf (bool condition, object value) |
| |
| static void | WriteLineIf (bool condition, string message, string category) |
| |
| static void | WriteLineIf (bool condition, object value, string category) |
| |
|
| static readonly object | critSec = new object() |
| |
Definition at line 5 of file TraceInternal.cs.
The documentation for this class was generated from the following file: