ILog.WarnFormat Method (String,Object[]) |
Logs a formatted message string with the Warn level.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntaxvoid WarnFormat(
string format,
params Object[] args
)
Parameters
- format
- Type: System.String
A composite format string. - args
- Type:System.Object[]
An object array that contains zero or more objects to format.
Remarks
The message is formatted using the
Format(String,Object[]) method. See
string.Format for details of the syntax of the format string and the behavior of the formatting.
See Also