MCPcopy
hub / github.com/aidenybai/react-scan / Logger

Interface Logger

packages/vite-plugin-react-scan/src/index.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface Logger {
25 debug: (...args: unknown[]) => void;
26 info: (...args: unknown[]) => void;
27 warn: (...args: unknown[]) => void;
28 error: (...args: unknown[]) => void;
29}
30
31const createLogger = (prefix: string, debug = false): Logger => {
32 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…