Searched refs:g_logOutputExtraHandler (Results 1 – 1 of 1) sorted by relevance
225 static JSLogOutputExtraHandler g_logOutputExtraHandler = nullptr; variable229 g_logOutputExtraHandler = extraHandler; in RegisterJSLogOutputHandler()245 if (g_logOutputExtraHandler != nullptr) { in Output()246 g_logOutputExtraHandler(logLevel, str, length); in Output()