Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Linen-dev/linen.dev
/ log
Method
log
packages/types/src/logger.ts:4–4 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
2
info(json: object): void;
3
error(json: object): void;
4
log(json: object): void;
5
warn(json: object): void;
6
debug(json: object): void;
7
setPrefix(prefix: string): void;
Callers
15
job
Function · 0.65
run
Function · 0.65
logFactory
Function · 0.65
remove-community.ts
File · 0.65
join-users-to-public-channels.ts
File · 0.65
run
Function · 0.65
clean-dup-channels.ts
File · 0.65
discord-sync.ts
File · 0.65
run
Function · 0.65
buildPages
Function · 0.65
run
Function · 0.65
processUpload
Function · 0.65
Implementers
1
Logger
packages/utilities/src/logger.ts
Calls
no outgoing calls
Tested by
no test coverage detected