|
| 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 | Refresh () |
| |
| static void | TraceInformation (string? message) |
| |
| static void | TraceInformation (string format, params object?[]? args) |
| |
| static void | TraceWarning (string? message) |
| |
| static void | TraceWarning (string format, params object?[]? args) |
| |
| static void | TraceError (string? message) |
| |
| static void | TraceError (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 void | Indent () |
| |
| static void | Unindent () |
| |
Definition at line 3 of file Trace.cs.