ILogWarnFormat(String, Object, Object, Object) Method |
Logs a formatted message string with the Warn level.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid WarnFormat(
string format,
Object arg0,
Object arg1,
Object arg2
)
Parameters
- format String
- A composite format string.
- arg0 Object
- The first object to format.
- arg1 Object
- The second object to format.
- arg2 Object
- The third object to format.
Remarks
See Also