MCPcopy
hub / github.com/ampproject/amphtml / Logger

Interface Logger

src/utils/log.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Logger {
2 warn: (...args: any[]) => void;
3 error: (...args: any[]) => void;
4 assertString: (...args: any[]) => void;
5}
6
7export const user: () => Logger;
8export const dev: () => Logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected