Share via


MessagingTrace.TraceInformation Method (String, Object[])

 

Writes an informational message to the trace log, with parameters.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static void TraceInformation(
    string format,
    params object[] args
)
public:
static void TraceInformation(
    String^ format,
    ... array<Object^>^ args
)
Public Shared Sub TraceInformation (
    format As String,
    ParamArray args As Object()
)

Parameters

See Also

MessagingTrace Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top