메소드 | 설명 | |
---|---|---|
TraceData ( TraceEventType eventType, int id ) : void |
Writes trace data to the trace listeners in the Listeners collection.
|
|
TraceData ( TraceEventType eventType, int id, object data ) : void |
Writes trace data to the trace listeners in the Listeners collection.
|
|
TraceEvent ( TraceEventType eventType, int id ) : void |
Writes a trace event message to the trace listeners in the Listeners collection using the specified event type and event identifier.
|
|
TraceEvent ( TraceEventType eventType, int id, string message ) : void |
Writes a trace event message to the trace listeners in the Listeners collection using the specified event type, event identifier, and message.
|
|
TraceInformation ( string message ) : void |
Writes an informational message to the trace listeners in the Listeners collection using the specified message.
|
|
TraceTransfer ( int id, string message, System.Guid relatedActivity ) : void |
Writes a trace transfer message to the trace listeners in the Listeners collection using the specified numeric identifier, message, and related activity identifier.
|
메소드 | 설명 | |
---|---|---|
GetCallerInfo ( ) : |
||
GetCallerSignature ( |
||
GetFormattedMessage ( string message, string methodSignature ) : string | ||
GetTraceSource ( |
||
TraceFrameEvent ( TraceFrameEventType eventType, |
||
TraceInformationPrivate ( string message, |
public static TraceData ( TraceEventType eventType, int id ) : void | ||
eventType | TraceEventType | One of the TraceEventType values that specifies the event type of the trace data. |
id | int | A numeric identifier for the event. |
리턴 | void |
public static TraceData ( TraceEventType eventType, int id, object data ) : void | ||
eventType | TraceEventType | One of the TraceEventType values that specifies the event type of the trace data. |
id | int | A numeric identifier for the event. |
data | object | The trace data. |
리턴 | void |
public static TraceEvent ( TraceEventType eventType, int id ) : void | ||
eventType | TraceEventType | One of the TraceEventType values that specifies the event type of the trace data. |
id | int | A numeric identifier for the event. |
리턴 | void |
public static TraceEvent ( TraceEventType eventType, int id, string message ) : void | ||
eventType | TraceEventType | One of the TraceEventType values that specifies the event type of the trace data. |
id | int | A numeric identifier for the event. |
message | string | The trace message to write. |
리턴 | void |
public static TraceInformation ( string message ) : void | ||
message | string | The informative message to write. |
리턴 | void |
public static TraceTransfer ( int id, string message, System.Guid relatedActivity ) : void | ||
id | int | A numeric identifier for the event. |
message | string | The trace message to write. |
relatedActivity | System.Guid | A Guid structure that identifies the related activity. |
리턴 | void |