Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ close
Method
close
packages/computerd/src/cli/logger.ts:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
export
interface
FileLogger {
21
write(level: LogLevel, args: unknown[]): void;
22
close(): void;
23
}
24
25
export
function
formatLogEntry(level: LogLevel, args: unknown[]): string {
Callers
15
installLogging
Function · 0.65
computerd.test.ts
File · 0.65
getAvailablePort
Function · 0.65
createHTTPServer
Function · 0.65
closeServer
Function · 0.65
handleConnect
Function · 0.65
shutdown
Function · 0.65
logger.test.ts
File · 0.65
runner.fuse.test.ts
File · 0.65
finalise
Method · 0.65
makeLiveStream
Method · 0.65
disposeRecord
Method · 0.65
Calls
no outgoing calls
Tested by
2
getAvailablePort
Function · 0.52
start
Function · 0.52