DiagnosticMonitorTraceListener.TraceData Method (TraceEventCache, String, TraceEventType, Int32, Object)

 

Writes trace information, a data object and event information to the listener-specific output.

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Syntax

public override void TraceData(
    TraceEventCache eventCache,
    string source,
    TraceEventType eventType,
    int id,
    object data
)
public:
virtual void TraceData(
    TraceEventCache^ eventCache,
    String^ source,
    TraceEventType eventType,
    int id,
    Object^ data
) override
override TraceData : 
        eventCache:TraceEventCache *
        source:string *
        eventType:TraceEventType *
        id:int *
        data:Object -> unit
Public Overrides Sub TraceData (
    eventCache As TraceEventCache,
    source As String,
    eventType As TraceEventType,
    id As Integer,
    data As Object
)

Parameters

  • source
    Type: System.String

    Type: System.String

    A name used to identify the output, typically the name of the application that generated the trace event.

Remarks

Warning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

See Also

TraceData Overload
DiagnosticMonitorTraceListener Class
Microsoft.WindowsAzure.Diagnostics Namespace

Return to top