Logger.Info 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.
Overloads
| Info(Int32, String, Object[]) | |
| Info(Object, Int32, String, Object[]) |
Info(Int32, String, Object[])
public:
static void Info(int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Info (int id, string message, params object[] args);
static member Info : int * string * obj[] -> unit
Public Shared Sub Info (id As Integer, message As String, ParamArray args As Object())
Parameters
- id
- Int32
- message
- String
- args
- Object[]
Applies to
Info(Object, Int32, String, Object[])
public:
static void Info(System::Object ^ tracePoint, int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Info (object tracePoint, int id, string message, params object[] args);
static member Info : obj * int * string * obj[] -> unit
Public Shared Sub Info (tracePoint As Object, id As Integer, message As String, ParamArray args As Object())
Parameters
- tracePoint
- Object
- id
- Int32
- message
- String
- args
- Object[]