ILog.WarnFormat Method (String, 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)
Syntaxvoid WarnFormat(
string format,
Object arg0
)
Sub WarnFormat (
format As String,
arg0 As Object
)
Parameters
- format
- Type: System.String
A String containing zero or more format items - arg0
- Type: System.Object
An Object to format
See Also