ILogger.LogDebug Method

Definition

Overloads

LogDebug(Exception, String, Object[])

Formats and writes a debug log message.

LogDebug(EventId, Exception, String, Object[])

Formats and writes a debug log message.

LogDebug(String, Object[])

Formats and writes a debug log message.

LogDebug(EventId, String, Object[])

Formats and writes a debug log message.

LogDebug(Exception, String, Object[])

Formats and writes a debug log message.

public:
 void LogDebug(Exception ^ exception, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public void LogDebug (Exception exception, string message, params object[] args);
abstract member LogDebug : Exception * string * obj[] -> unit
Public Sub LogDebug (exception As Exception, message As String, ParamArray args As Object())

Parameters

exception
Exception

The exception related to this entry.

message
String

Format string of the scope message.

args
Object[]

An object array that contains zero or more objects to format.

Applies to

LogDebug(EventId, Exception, String, Object[])

Formats and writes a debug log message.

public:
 void LogDebug(Microsoft::Xrm::Sdk::PluginTelemetry::EventId ^ eventId, Exception ^ exception, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public void LogDebug (Microsoft.Xrm.Sdk.PluginTelemetry.EventId eventId, Exception exception, string message, params object[] args);
abstract member LogDebug : Microsoft.Xrm.Sdk.PluginTelemetry.EventId * Exception * string * obj[] -> unit
Public Sub LogDebug (eventId As EventId, exception As Exception, message As String, ParamArray args As Object())

Parameters

eventId
EventId

Id of the event.

exception
Exception

The exception related to this entry.

message
String

Format string of the scope message.

args
Object[]

An object array that contains zero or more objects to format.

Applies to

LogDebug(String, Object[])

Formats and writes a debug log message.

public:
 void LogDebug(System::String ^ message, ... cli::array <System::Object ^> ^ args);
public void LogDebug (string message, params object[] args);
abstract member LogDebug : string * obj[] -> unit
Public Sub LogDebug (message As String, ParamArray args As Object())

Parameters

message
String

Format string of the scope message.

args
Object[]

An object array that contains zero or more objects to format.

Applies to

LogDebug(EventId, String, Object[])

Formats and writes a debug log message.

public:
 void LogDebug(Microsoft::Xrm::Sdk::PluginTelemetry::EventId ^ eventId, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public void LogDebug (Microsoft.Xrm.Sdk.PluginTelemetry.EventId eventId, string message, params object[] args);
abstract member LogDebug : Microsoft.Xrm.Sdk.PluginTelemetry.EventId * string * obj[] -> unit
Public Sub LogDebug (eventId As EventId, message As String, ParamArray args As Object())

Parameters

eventId
EventId

Id of the event.

message
String

Format string of the scope message.

args
Object[]

An object array that contains zero or more objects to format.

Applies to