Click or drag to resize

ILog.TraceFormat Method (IFormatProvider, String,Object[])

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

Parameters

formatProvider
Type: System.IFormatProvider
format
Type: System.String
args
Type:System.Object[]
See Also