Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
format
Type: System.StringThe format.
args
Type: System.Object[]The array of objects to format.
See Also
MessagingTrace Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top