MCPcopy
hub / github.com/qq15725/modern-screenshot / Logger

Interface Logger

src/create-logger.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { consoleWarn, PREFIX } from './utils'
2
3export interface Logger {
4 time: (label: string) => void
5 timeEnd: (label: string) => void
6 warn: (...args: any[]) => void
7}
8
9let uid = 0
10export function createLogger(debug: boolean): Logger {

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…