MCPcopy
hub / github.com/dotenvx/dotenvx / debug

Function debug

src/shared/logger.js:26–26  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

24const help = getColor('dodgerblue')
25const verbose = (m) => getColor('plum')(`┆ ${m}`)
26const debug = (m) => getColor('plum')(`┆ ${m}`)
27
28let currentLevel = levels.info // default log level
29let currentName = 'dotenvx' // default logger name

Callers 1

formatMessageFunction · 0.85

Calls 1

getColorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…