C# Class WebTraceMonitor.SystemDiagnosticsTraceListener.WebMonitorTraceListener

Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: berndku/webtracemonitor

Méthodes publiques

Méthode Description
Fail ( string message, string detailMessage ) : void
Flush ( ) : void
TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data ) : void
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
TraceTransfer ( TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId ) : void
WebMonitorTraceListener ( ) : System
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

Méthodes protégées

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

Private Methods

Méthode Description
BeginGetRequestStreamCallback ( IAsyncResult asyncResult ) : void
BeginGetResponseCallback ( IAsyncResult asyncResult ) : void
ReadAzureConfiguration ( ) : void
RoleEnvironment_Changed ( object sender, RoleEnvironmentChangedEventArgs e ) : void

Method Details

CreateTraceMsg() protected méthode

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

Fail() public méthode

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
Résultat void

Flush() public final méthode

public final Flush ( ) : void
Résultat void

GetSupportedAttributes() protected méthode

protected GetSupportedAttributes ( ) : string[]
Résultat string[]

MapEventTypeToString() protected méthode

protected MapEventTypeToString ( TraceEventType eventType ) : string
eventType TraceEventType
Résultat string

SendTrace() protected méthode

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

TraceData() public final méthode

public final TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
Résultat void

TraceData() public final méthode

public final TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
data object
Résultat void

TraceEvent() public final méthode

public final TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
Résultat void

TraceEvent() public final méthode

public final TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
message string
Résultat void

TraceTransfer() public final méthode

public final TraceTransfer ( TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId ) : void
eventCache System.Diagnostics.TraceEventCache
source string
id int
message string
relatedActivityId System.Guid
Résultat void

WebMonitorTraceListener() public méthode

public WebMonitorTraceListener ( ) : System
Résultat System

Write() public final méthode

public final Write ( string message ) : void
message string
Résultat void

Write() public final méthode

public final Write ( string message, string category ) : void
message string
category string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void

WriteLine() public final méthode

public final WriteLine ( string message, string category ) : void
message string
category string
Résultat void