Click or drag to resize

ILogInfoFormat Method (IFormatProvider, String, Object)

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void InfoFormat(
	IFormatProvider formatProvider,
	string format,
	params Object[] args
)

Parameters

formatProvider
Type: SystemIFormatProvider
format
Type: SystemString
args
Type: SystemObject
See Also