IInteropLogger.Log(Int32, String) 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:
int Log(int entryType, System::String ^ wszDescription);
public:
int Log(int entryType, Platform::String ^ wszDescription);
int Log(int entryType, std::wstring const & wszDescription);
public int Log (int entryType, string wszDescription);
abstract member Log : int * string -> int
Public Function Log (entryType As Integer, wszDescription As String) As Integer
Parameters
- entryType
- Int32
- wszDescription
- String