Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ log
Method
log
src/scripts/logging/consoleOutput.ts:5–5 ·
view source on GitHub ↗
(message: string, object: any)
Source
from the content-addressed store, hash-verified
3
error(message: string, object: any): void;
4
info(message: string, object: any): void;
5
log(message: string, object: any): void;
6
}
Callers
4
printGlobResults
Function · 0.65
sanitize-html.js
File · 0.65
log
Method · 0.65
logToConsole
Method · 0.65
Implementers
2
WebConsole
src/scripts/logging/webConsole.ts
MockConsole
src/tests/logging/mockConsole.ts
Calls
no outgoing calls
Tested by
no test coverage detected