[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Writes an information message to the trace log with parameters

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
void 
TraceInformation(
	
string 
format,
	
params 
Object[] 
args
)
Public 
Shared 
Sub 
TraceInformation ( _
	
format 
As 
String, _
	
ParamArray 
args 
As 
Object() _
)
public:
static 
void 
TraceInformation(
	
String^ 
format, 
		... 
array<
Object^>^ 
args
)

Parameters

format
String
args
array< Object > [] () [] []

See Also