Share via


TraceLogger.Log Method (String, TraceEventType, Exception)

 

Applies To: Dynamics CRM 2015

Log a Trace event

Namespace:   Microsoft.Xrm.Tooling.WebResourceUtility
Assembly:  Microsoft.Xrm.Tooling.WebResourceUtility (in Microsoft.Xrm.Tooling.WebResourceUtility.dll)

Syntax

public void Log(
    string message,
    TraceEventType eventType,
    Exception exception
)
public:
void Log(
    String^ message,
    TraceEventType eventType,
    Exception^ exception
)
member Log : 
        message:string *
        eventType:TraceEventType *
        exception:Exception -> unit
Public Sub Log (
    message As String,
    eventType As TraceEventType,
    exception As Exception
)

Parameters

See Also

Log Overload
TraceLogger Class
Microsoft.Xrm.Tooling.WebResourceUtility Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright