
Logs a formatted message string using the Stonefield.Logging.LoggingLevel.Info logging level.
public void InfoFormat(string format, object arg0, object arg1, object arg2);
Parameters
format
The message string to format and log.
arg0
The first argument to be formatted into the message string.
arg1
The second argument to be formatted into the message string.
arg2
The third argument to be formatted into the message string.
Overloads:
public void InfoFormat(string format, Object[] args);
public void InfoFormat(string format, object arg0);
public void InfoFormat(string format, object arg0, object arg1);