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

Interface ConsoleOutput

src/scripts/logging/consoleOutput.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ConsoleOutput {
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 15

deprecatedFunction · 0.65
warnMethod · 0.65
logToConsoleMethod · 0.65
sendMiscLogRequestFunction · 0.65
textHighlighter.jsFile · 0.65
sanitize-html.jsFile · 0.65
errorMethod · 0.65
logToConsoleMethod · 0.65
infoMethod · 0.65
logToConsoleMethod · 0.65
printGlobResultsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected