DynamicsFileLogTraceListener.TraceEvent Method (TraceEventCache, String, TraceEventType, Int32, String, Object[])
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public override void TraceEvent(
TraceEventCache eventCache,
string source,
TraceEventType eventType,
int id,
string format,
params object[] args
)
public:
virtual void TraceEvent(
TraceEventCache^ eventCache,
String^ source,
TraceEventType eventType,
int id,
String^ format,
... array<Object^>^ args
) override
override TraceEvent :
eventCache:TraceEventCache *
source:string *
eventType:TraceEventType *
id:int *
format:string *
[<ParamArrayAttribute>] args:Object[] -> unit
Public Overrides Sub TraceEvent (
eventCache As TraceEventCache,
source As String,
eventType As TraceEventType,
id As Integer,
format As String,
ParamArray args As Object()
)
Parameters
- eventCache
Type: System.Diagnostics.TraceEventCache
- source
Type: System.String
- eventType
Type: System.Diagnostics.TraceEventType
- id
Type: System.Int32
- format
Type: System.String
- args
Type: System.Object[]
See Also
TraceEvent Overload
DynamicsFileLogTraceListener Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright