Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ info
Method
info
packages/types/src/logger.ts:2–2 ·
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;
Callers
15
typesenseSetup
Function · 0.95
typesenseDeletion
Function · 0.95
typesenseOnMessageCreation
Function · 0.95
typesenseOnMessageUpdate
Function · 0.95
typesenseOnThreadCreation
Function · 0.95
typesenseOnThreadUpdate
Function · 0.95
discordIntegration
Function · 0.95
sitemap
Function · 0.95
webhook
Function · 0.95
sync
Function · 0.95
markAllAsReadTask
Function · 0.95
twoWaySync
Function · 0.95
Implementers
1
Logger
packages/utilities/src/logger.ts
Calls
no outgoing calls
Tested by
no test coverage detected