VPILogger InfoFormat Method (IFormatProvider, String,  Object )Virtual Photonics - VTS Library
Virtual Photonics
Logs an info message.

Namespace: Vts.Common.Logging
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

void InfoFormat(
	IFormatProvider formatProvider,
	string format,
	params Object[] args
)

Parameters

formatProvider
Type: OnlineSystem IFormatProvider
The format provider to use
format
Type: OnlineSystem String
Format string for the message to log
args
Type:  OnlineSystem Object 
Format arguments for the message to log
See Also