Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ setPrefix
Method
setPrefix
packages/types/src/logger.ts:7–7 ·
view source on GitHub ↗
(prefix: string)
Source
from the content-addressed store, hash-verified
5
warn(json: object): void;
6
debug(json: object): void;
7
setPrefix(prefix: string): void;
8
cleanPrefix(): void;
9
time(name: string): void;
10
timeLog(name: string): void;
Callers
4
cleanUp
Function · 0.65
discordSync
Function · 0.65
slackSyncWithFiles
Function · 0.65
slackSync
Function · 0.65
Implementers
1
Logger
packages/utilities/src/logger.ts
Calls
no outgoing calls
Tested by
no test coverage detected