ILogWarnFormat 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.9.0.1601 (2.9.0.1601)
Syntax void WarnFormat(
string format,
Object arg0,
Object arg1
)
Sub WarnFormat (
format As String,
arg0 As Object,
arg1 As Object
)
Parameters
- format
- Type: SystemString
An System.IFormatProvider that supplies culture-specific formatting information - arg0
- Type: SystemObject
A String containing zero or more format items - arg1
- Type: SystemObject
An Object array containing zero or more objects to format
See Also