Common Logging 2.0 API Reference |
|
ILog.InfoFormat(IFormatProvider, String, Object) Method
Log a message with the Info level.
[Visual Basic]
Public Sub InfoFormat( _
ByVal
formatProvider As
IFormatProvider, _
ByVal
format As
String, _
ParamArray
args As
Object _
)
Parameters
-
formatProvider
- An IFormatProvider that supplies culture-specific formatting information.
-
format
- The format of the message object to log.Format
-
args
-
See Also
ILog Interface | Common.Logging Namespace | ILog.InfoFormat Overload List