MCPcopy
hub / github.com/mashpie/i18n-node / logDebug

Function logDebug

i18n.js:1373–1375  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

1371 * Logging proxies
1372 */
1373 const logDebug = (msg) => {
1374 logDebugFn(msg)
1375 }
1376
1377 const logWarn = (msg) => {
1378 logWarnFn(msg)

Callers 6

i18nFunction · 0.85
guessLanguageFunction · 0.85
translateFunction · 0.85
readFunction · 0.85
writeFunction · 0.85
getStorageFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected