Click or drag to resize

ILog.WarnFormat Method (String, Object, Object)

Logs a formatted message string with the Warn level.

Namespace:  AGI.Parallel.Infrastructure.Logging
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
void WarnFormat(
	string format,
	Object arg0,
	Object arg1
)

Parameters

format
Type: System.String
An System.IFormatProvider that supplies culture-specific formatting information
arg0
Type: System.Object
A String containing zero or more format items
arg1
Type: System.Object
An Object array containing zero or more objects to format
See Also

STK Parallel Computing Server 2.10 API for .NET