ILogErrorFormat Method (String, Object, Object, Object) |
Logs a formatted message string with the Error level.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax void ErrorFormat(
string format,
Object arg0,
Object arg1,
Object arg2
)
Parameters
- format
- Type: SystemString
A composite format string. - arg0
- Type: SystemObject
The first object to format. - arg1
- Type: SystemObject
The second object to format. - arg2
- Type: SystemObject
The third object to format.
Remarks See Also