TraceLogger Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Class for Trace logger.
Assembly: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)
| Name | Description | |
|---|---|---|
![]() | TraceLogger(String) | Constructor. |
![]() | TraceLogger(TraceSource) |
| Name | Description | |
|---|---|---|
![]() | CurrentTraceLevel | Returns the trace source level for the current logger. |
![]() | LastError | Last Error from CRM. |
![]() | LastException | Last Exception from CRM . |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLogFilePath() | |
![]() | GetType() | (Inherited from Object.) |
![]() | Log(Exception) | Log an error with an Exception. |
![]() | Log(String) | Log a Message. |
![]() | Log(String, TraceEventType) | Log a Trace event. |
![]() | Log(String, TraceEventType, Exception) | Log a Trace event. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResetLastError() | Last error reset. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


