Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Fail ( string message ) : void | ||
Fail ( string message, string detailMessage ) : void | ||
Flush ( ) : void | ||
TraceData ( System eventCache, string source, System eventType, int id ) : void | ||
TraceData ( System eventCache, string source, System eventType, int id, object data ) : void | ||
TraceData ( |
||
TraceData ( |
||
TraceEvent ( System eventCache, string source, System eventType, int id ) : void | ||
TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void | ||
TraceEvent ( |
||
TraceEvent ( |
||
TraceTransfer ( |
||
TraceTransfer ( |
||
Write ( object o ) : void | ||
Write ( object o, string category ) : void | ||
Write ( string message ) : void | ||
Write ( string message, string category ) : void | ||
WriteLine ( object o ) : void | ||
WriteLine ( object o, string category ) : void | ||
WriteLine ( string message ) : void | ||
WriteLine ( string message, string category ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetSupportedAttributes ( ) : string[] | ||
TraceListener ( ) | ||
TraceListener ( string name ) | ||
TraceListener ( ) : System | ||
TraceListener ( string name ) : System | ||
WriteIndent ( ) : void |
Method | Description | |
---|---|---|
IsEnabled ( TraceOptions opts ) : bool | ||
WriteFooter ( |
||
WriteHeader ( String source, TraceEventType eventType, int id ) : void |
public Fail ( string message, string detailMessage ) : void | ||
message | string | |
detailMessage | string | |
return | void |
protected GetSupportedAttributes ( ) : string[] | ||
return | string[] |
public TraceData ( System eventCache, string source, System eventType, int id ) : void | ||
eventCache | System | |
source | string | |
eventType | System | |
id | int | |
return | void |
public TraceData ( System eventCache, string source, System eventType, int id, object data ) : void | ||
eventCache | System | |
source | string | |
eventType | System | |
id | int | |
data | object | |
return | void |
public TraceData ( |
||
eventCache | ||
source | String | |
eventType | TraceEventType | |
id | int | |
return | void |
public TraceData ( |
||
eventCache | ||
source | String | |
eventType | TraceEventType | |
id | int | |
data | object | |
return | void |
public TraceEvent ( System eventCache, string source, System eventType, int id ) : void | ||
eventCache | System | |
source | string | |
eventType | System | |
id | int | |
return | void |
public TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void | ||
eventCache | System | |
source | string | |
eventType | System | |
id | int | |
message | string | |
return | void |
public TraceEvent ( |
||
eventCache | ||
source | String | |
eventType | TraceEventType | |
id | int | |
return | void |
public TraceEvent ( |
||
eventCache | ||
source | String | |
eventType | TraceEventType | |
id | int | |
message | string | |
return | void |
protected TraceListener ( string name ) : System | ||
name | string | |
return | System |
public TraceTransfer ( |
||
eventCache | ||
source | String | |
id | int | |
message | string | |
relatedActivityId | Guid | |
return | void |
public TraceTransfer ( |
||
eventCache | ||
source | string | |
id | int | |
message | string | |
relatedActivityId | Guid | |
return | void |
public Write ( object o, string category ) : void | ||
o | object | |
category | string | |
return | void |
public abstract Write ( string message ) : void | ||
message | string | |
return | void |
public Write ( string message, string category ) : void | ||
message | string | |
category | string | |
return | void |
public WriteLine ( object o, string category ) : void | ||
o | object | |
category | string | |
return | void |
public abstract WriteLine ( string message ) : void | ||
message | string | |
return | void |
public WriteLine ( string message, string category ) : void | ||
message | string | |
category | string | |
return | void |