MCPcopy
hub / github.com/microsoft/playwright / log

Function log

packages/utils/nodePlatform.ts:102–104  ·  view source on GitHub ↗
(name: 'api' | 'channel', message: string | Error | object)

Source from the content-addressed store, hash-verified

100 isUnderTest: () => isUnderTest(),
101
102 log(name: 'api' | 'channel', message: string | Error | object) {
103 debugLogger.log(name, message);
104 },
105
106 path: () => path,
107

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected