Class CppLogUtil
Internal Use Only.
public static class CppLogUtil
- Inheritance
-
CppLogUtil
- Inherited Members
Methods
SetLogFunc(LogDelegate)
Sets the logging function for C++ code.
public static void SetLogFunc(CppLogUtil.LogDelegate logFunc)
Parameters
logFunc
CppLogUtil.LogDelegateThe logging delegate to use.