Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unjs/consola
/ log
Function
log
test/consola.test.ts:18–20 ·
view source on GitHub ↗
(logObj)
Source
from the content-addressed store, hash-verified
16
const
logs: LogObject[] = [];
17
const
TestReporter: ConsolaReporter = {
18
log(logObj) {
19
logs.push(logObj);
20
},
21
};
22
23
const
consola = createConsola({
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected