MCPcopy
hub / github.com/strapi/strapi / loggerFactory

Function loggerFactory

packages/utils/upgrade/src/modules/logger/logger.ts:103–103  ·  view source on GitHub ↗
(options: LoggerOptions = {})

Source from the content-addressed store, hash-verified

101const nowAsISO = () => new Date().toISOString();
102
103export const loggerFactory = (options: LoggerOptions = {}) => new Logger(options);

Callers 6

logger.test.tsFile · 0.90
runCodemodsFunction · 0.90
listCodemodsFunction · 0.90
upgradeFunction · 0.90
codemods.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…