9 public static void LogToFilter(
string inLog,
string inFilterName)
11 Debug.Log(inLog +
"\nCPAPI:{\"cmd\":\"Filter\" \"name\":\"" + inFilterName +
"\"}");
14 public static void LogAsType(
string inLog,
string inTypeName)
16 Debug.Log(inLog +
"\nCPAPI:{\"cmd\":\"LogType\" \"name\":\"" + inTypeName +
"\"}");
19 public static void Watch(
string inName,
string inValue)
21 Debug.Log(inName +
" : " + inValue +
"\nCPAPI:{\"cmd\":\"Watch\" \"name\":\"" + inName +
"\"}");
24 public static void Search(
string inText)
26 Debug.Log(
"\nCPAPI:{\"cmd\":\"Search\" \"text\":\"" + inText +
"\"}");
static void LogToFilter(string inLog, string inFilterName)
static void Search(string inText)
static void Watch(string inName, string inValue)
static void LogAsType(string inLog, string inTypeName)