Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ error
Method
error
packages/types/src/logger.ts:3–3 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
1
export
interface
Logger {
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;
Callers
15
llmQuestion
Function · 0.95
discord-sync.ts
File · 0.65
error
Method · 0.65
queryThreads
Method · 0.65
generateQuestionAnswerSummary
Method · 0.65
server.ts
File · 0.65
env.ts
File · 0.65
ApiClient
Class · 0.65
inbound.ts
File · 0.65
inbound.ts
File · 0.65
index.ts
File · 0.65
task
Function · 0.65
Implementers
1
Logger
packages/utilities/src/logger.ts
Calls
no outgoing calls
Tested by
no test coverage detected