Method | Description | |
---|---|---|
DelimitedListTraceListener ( System stream ) | ||
DelimitedListTraceListener ( System stream, string name ) | ||
DelimitedListTraceListener ( string fileName ) | ||
DelimitedListTraceListener ( string fileName, string name ) | ||
DelimitedListTraceListener ( Stream stream ) : System | ||
DelimitedListTraceListener ( Stream stream, string name ) : System | ||
DelimitedListTraceListener ( |
||
DelimitedListTraceListener ( |
||
DelimitedListTraceListener ( string fileName ) : System | ||
DelimitedListTraceListener ( string fileName, string name ) : System | ||
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, string message ) : void | ||
TraceEvent ( |
Method | Description | |
---|---|---|
GetSupportedAttributes ( ) : string[] |
Method | Description | |
---|---|---|
IsEnabled ( TraceOptions opts ) : bool | ||
WriteEscaped ( string message ) : void | ||
WriteFooter ( |
||
WriteHeader ( String source, TraceEventType eventType, int id ) : void |
public DelimitedListTraceListener ( System stream ) | ||
stream | System |
public DelimitedListTraceListener ( System stream, string name ) | ||
stream | System | |
name | string |
public DelimitedListTraceListener ( string fileName ) | ||
fileName | string |
public DelimitedListTraceListener ( string fileName, string name ) | ||
fileName | string | |
name | string |
public DelimitedListTraceListener ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public DelimitedListTraceListener ( Stream stream, string name ) : System | ||
stream | Stream | |
name | string | |
return | System |
public DelimitedListTraceListener ( |
||
writer | ||
return | System |
public DelimitedListTraceListener ( |
||
writer | ||
name | string | |
return | System |
public DelimitedListTraceListener ( string fileName ) : System | ||
fileName | string | |
return | System |
public DelimitedListTraceListener ( string fileName, string name ) : System | ||
fileName | string | |
name | string | |
return | System |
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, string message ) : void | ||
eventCache | System | |
source | string | |
eventType | System | |
id | int | |
message | string | |
return | void |
public TraceEvent ( |
||
eventCache | ||
source | String | |
eventType | TraceEventType | |
id | int | |
format | string | |
return | void |