Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hcengineering/platform
/ log
Function
log
foundations/core/packages/model/src/utils.ts:90–92 ·
view source on GitHub ↗
(msg: string, data: any)
Source
from the content-addressed store, hash-verified
88
*/
89
export
const
consoleModelLogger: ModelLogger = {
90
log (msg: string, data: any): void {
91
console.log(msg, data)
92
},
93
error (msg: string, data: any): void {
94
console.error(msg, replacer(data))
95
}
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected