MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / info

Method info

src/scripts/logging/consoleOutput.ts:4–4  ·  view source on GitHub ↗
(message: string, object: any)

Source from the content-addressed store, hash-verified

2 warn(message: string, object: any): void;
3 error(message: string, object: any): void;
4 info(message: string, object: any): void;
5 log(message: string, object: any): void;
6}

Callers 2

infoMethod · 0.65
logToConsoleMethod · 0.65

Implementers 2

WebConsolesrc/scripts/logging/webConsole.ts
MockConsolesrc/tests/logging/mockConsole.ts

Calls

no outgoing calls

Tested by

no test coverage detected