MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / LOGG

Function LOGG

Il2cppHook/_Ufunc.js:8845–8845  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

8843const LOGE = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.RED);
8844exports.LOGE = LOGE;
8845const LOGG = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C32);
8846exports.LOGG = LOGG;
8847const LOGD = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C36);
8848exports.LOGD = LOGD;

Callers 1

HookDebugLogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected