Property | Type | Description | |
---|---|---|---|
InitializeSettings | void | ||
Refresh | void | ||
SetIndentSize | void |
Method | Description | |
---|---|---|
Assert ( bool condition ) : void | ||
Assert ( bool condition, string message ) : void | ||
Assert ( bool condition, string message, string detailMessage ) : void | ||
Close ( ) : void | ||
Fail ( string message ) : void | ||
Fail ( string message, string detailMessage ) : void | ||
Flush ( ) : void | ||
Indent ( ) : void | ||
TraceEvent ( TraceEventType eventType, int id, string format ) : void | ||
Unindent ( ) : void | ||
Write ( object value ) : void | ||
Write ( object value, string category ) : void | ||
Write ( string message ) : void | ||
Write ( string message, string category ) : void | ||
WriteIf ( bool condition, object value ) : void | ||
WriteIf ( bool condition, object value, string category ) : void | ||
WriteIf ( bool condition, string message ) : void | ||
WriteIf ( bool condition, string message, string category ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( object value, string category ) : void | ||
WriteLine ( string message ) : void | ||
WriteLine ( string message, string category ) : void | ||
WriteLineIf ( bool condition, object value ) : void | ||
WriteLineIf ( bool condition, object value, string category ) : void | ||
WriteLineIf ( bool condition, string message ) : void | ||
WriteLineIf ( bool condition, string message, string category ) : void |
Method | Description | |
---|---|---|
InitializeSettings ( ) : void | ||
Refresh ( ) : void | ||
SetIndentSize ( int value ) : void |
public static Assert ( bool condition ) : void | ||
condition | bool | |
return | void |
public static Assert ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |
public static Assert ( bool condition, string message, string detailMessage ) : void | ||
condition | bool | |
message | string | |
detailMessage | string | |
return | void |
public static Fail ( string message, string detailMessage ) : void | ||
message | string | |
detailMessage | string | |
return | void |
public static TraceEvent ( TraceEventType eventType, int id, string format ) : void | ||
eventType | TraceEventType | |
id | int | |
format | string | |
return | void |
public static Write ( object value, string category ) : void | ||
value | object | |
category | string | |
return | void |
public static Write ( string message ) : void | ||
message | string | |
return | void |
public static Write ( string message, string category ) : void | ||
message | string | |
category | string | |
return | void |
public static WriteIf ( bool condition, object value ) : void | ||
condition | bool | |
value | object | |
return | void |
public static WriteIf ( bool condition, object value, string category ) : void | ||
condition | bool | |
value | object | |
category | string | |
return | void |
public static WriteIf ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |
public static WriteIf ( bool condition, string message, string category ) : void | ||
condition | bool | |
message | string | |
category | string | |
return | void |
public static WriteLine ( object value ) : void | ||
value | object | |
return | void |
public static WriteLine ( object value, string category ) : void | ||
value | object | |
category | string | |
return | void |
public static WriteLine ( string message ) : void | ||
message | string | |
return | void |
public static WriteLine ( string message, string category ) : void | ||
message | string | |
category | string | |
return | void |
public static WriteLineIf ( bool condition, object value ) : void | ||
condition | bool | |
value | object | |
return | void |
public static WriteLineIf ( bool condition, object value, string category ) : void | ||
condition | bool | |
value | object | |
category | string | |
return | void |
public static WriteLineIf ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |
public static WriteLineIf ( bool condition, string message, string category ) : void | ||
condition | bool | |
message | string | |
category | string | |
return | void |