ILogInfoFormat Method (String, Object, Object) |
Logs a formatted message string with the Info level.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax void InfoFormat(
string format,
Object arg0,
Object arg1
)
Parameters
- format
- Type: SystemString
A composite format string. - arg0
- Type: SystemObject
The first object to format. - arg1
- Type: SystemObject
The second object to format.
Remarks
The message is formatted using the
Format(String, Object, Object) method. See
string.Format for details of the syntax of the format string and the behavior of the formatting.
See Also