Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ write
Method
write
packages/computerd/src/cli/logger.ts:21–21 ·
view source on GitHub ↗
(level: LogLevel, args: unknown[])
Source
from the content-addressed store, hash-verified
19
20
export
interface
FileLogger {
21
write(level: LogLevel, args: unknown[]): void;
22
close(): void;
23
}
24
Callers
4
writeBoth
Function · 0.65
postJson
Function · 0.65
createHTTPServer
Function · 0.65
logger.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
1
postJson
Function · 0.52