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

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

public 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

Implements

ILogger InfoFormat(IFormatProvider, String,  Object )
See Also