Méthode | Description | |
---|---|---|
Fail ( string message, string detailMessage ) : void | ||
Flush ( ) : void | ||
TraceData ( |
||
TraceData ( |
||
TraceEvent ( |
||
TraceEvent ( |
||
TraceTransfer ( |
||
WebMonitorTraceListener ( ) : System | ||
Write ( string message ) : void | ||
Write ( string message, string category ) : void | ||
WriteLine ( string message ) : void | ||
WriteLine ( string message, string category ) : void |
Méthode | Description | |
---|---|---|
CreateTraceMsg ( string source, TraceEventType eventType, string message, string category, int id ) : TraceMessage | ||
GetSupportedAttributes ( ) : string[] | ||
MapEventTypeToString ( TraceEventType eventType ) : string | ||
SendTrace ( string source, TraceEventType eventType, string message, string category, int id ) : void |
Méthode | Description | |
---|---|---|
BeginGetRequestStreamCallback ( IAsyncResult asyncResult ) : void | ||
BeginGetResponseCallback ( IAsyncResult asyncResult ) : void | ||
ReadAzureConfiguration ( ) : void | ||
RoleEnvironment_Changed ( object sender, RoleEnvironmentChangedEventArgs e ) : void |
protected CreateTraceMsg ( string source, TraceEventType eventType, string message, string category, int id ) : TraceMessage | ||
source | string | |
eventType | TraceEventType | |
message | string | |
category | string | |
id | int | |
Résultat | TraceMessage |
public Fail ( string message, string detailMessage ) : void | ||
message | string | |
detailMessage | string | |
Résultat | void |
protected GetSupportedAttributes ( ) : string[] | ||
Résultat | string[] |
protected MapEventTypeToString ( TraceEventType eventType ) : string | ||
eventType | TraceEventType | |
Résultat | string |
protected SendTrace ( string source, TraceEventType eventType, string message, string category, int id ) : void | ||
source | string | |
eventType | TraceEventType | |
message | string | |
category | string | |
id | int | |
Résultat | void |
public final TraceData ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
Résultat | void |
public final TraceData ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
data | object | |
Résultat | void |
public final TraceEvent ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
Résultat | void |
public final TraceEvent ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
message | string | |
Résultat | void |
public final TraceTransfer ( |
||
eventCache | ||
source | string | |
id | int | |
message | string | |
relatedActivityId | System.Guid | |
Résultat | void |
public WebMonitorTraceListener ( ) : System | ||
Résultat | System |
public final Write ( string message ) : void | ||
message | string | |
Résultat | void |
public final Write ( string message, string category ) : void | ||
message | string | |
category | string | |
Résultat | void |
public final WriteLine ( string message, string category ) : void | ||
message | string | |
category | string | |
Résultat | void |