TraceLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TraceLogger : Microsoft::Xrm::Tooling::Connector::TraceLoggerBase
public class TraceLogger : Microsoft.Xrm.Tooling.Connector.TraceLoggerBase
type TraceLogger = class
inherit TraceLoggerBase
Public Class TraceLogger
Inherits TraceLoggerBase
- Inheritance
Constructors
TraceLogger(String) |
TraceLogger Method |
Properties
CurrentTraceLevel |
Current Trace level (Inherited from TraceLoggerBase) |
LastError |
Last Error from CRM (Inherited from TraceLoggerBase) |
LastException |
Last Exception from CRM (Inherited from TraceLoggerBase) |
Source |
Trace source (Inherited from TraceLoggerBase) |
TraceSourceName |
Trace Name (Inherited from TraceLoggerBase) |
Methods
Dispose() | (Inherited from TraceLoggerBase) |
Initialize() |
Initialize Trace Source (Inherited from TraceLoggerBase) |
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 |
RefreshListeners(List<TraceSourceSetting>) |
To refresh listeners (Inherited from TraceLoggerBase) |
ResetLastError() |