| ILogInfoFormat Method (String, Object) | 
 
            Logs a formatted message string with the Info level.
            
 
    Namespace: 
   Resto.Front.Api.V5
    Assembly:
   Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
 Syntax
Syntaxvoid InfoFormat(
	string format,
	Object arg
)
Parameters
- format
- Type: SystemString
 A composite format string.
- arg
- Type: SystemObject
 The object to format.
 Remarks
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
See Also