Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Parameters
- format
- Type:
System String
A String containing zero or more format items
- arg0
- Type:
System Object
An Object to format
Implements
ILog InfoFormat(String, Object)The message is formatted using the [M:String.Format(IFormatProvider, string, object[])] method. See String.Format for details of the syntax of the format string and the behavior of the formatting.
The string is formatted using the InvariantCulture
format provider. To specify a localized provider use the
[M:InfoFormat(IFormatProvider,string,object[])] method.
This method does not take an Exception object to include in the
log event. To pass an
Exception use one of the [M:Info(object)]
methods instead.