Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InfoFormat Method (format, args)
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLoggerInfoFormat(String, array<Object>[]()[])
Logs an information message.
Declaration Syntax
C#Visual BasicVisual C++
public void InfoFormat(
	string format,
	params Object[] args
)
Public Sub InfoFormat ( _
	format As String, _
	ParamArray args As Object() _
)
public:
virtual void InfoFormat(
	String^ format, 
	... array<Object^>^ args
) sealed
Parameters
format (String)
The message format.
args (array< Object >[]()[])
An array of objects to write using the format.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)