IDiagnosticLogger.Info(String, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Info(System::String ^ appName, System::String ^ format, ... cli::array <System::Object ^> ^ parameters);
public void Info (string appName, string format, params object[] parameters);
abstract member Info : string * string * obj[] -> unit
Public Sub Info (appName As String, format As String, ParamArray parameters As Object())
Parameters
- appName
- String
- format
- String
- parameters
- Object[]