MCPcopy
hub / github.com/facebook/react / log

Function log

packages/react-devtools-core/src/standalone.js:80–80  ·  view source on GitHub ↗
(...args: Array<mixed>)

Source from the content-addressed store, hash-verified

78let root = null;
79
80const log = (...args: Array<mixed>) => console.log('[React DevTools]', ...args);
81log.warn = (...args: Array<mixed>) => console.warn('[React DevTools]', ...args);
82log.error = (...args: Array<mixed>) =>
83 console.error('[React DevTools]', ...args);

Callers 8

initializeFunction · 0.70
connectToSocketFunction · 0.70
startServerFunction · 0.70
Logger.jsFile · 0.50
TextFunction · 0.50
clz32FallbackFunction · 0.50
clz32FallbackFunction · 0.50

Calls

no outgoing calls

Tested by 1

TextFunction · 0.40