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

Function LOGE

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

Source from the content-addressed store, hash-verified

8841const LOGW = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.YELLOW);
8842exports.LOGW = LOGW;
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;

Callers 15

showImagesMethod · 0.70
showClassesMethod · 0.70
showFieldsMethod · 0.70
addBreakPointMethod · 0.70
attachMethodInfoMethod · 0.70
catchErrorMethod · 0.70
showErrorLogMethod · 0.70
_Ufunc.jsFile · 0.70
showDetailsFunction · 0.70
stalkerExitFunction · 0.70
toSimpleStringMethod · 0.70
toShowMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected