MCPcopy
hub / github.com/dotenvx/dotenvx / verbose

Function verbose

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

Source from the content-addressed store, hash-verified

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

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…