Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ error
Method
error
packages/integration-discord/src/utils/logger.ts:31–33 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
29
this.info(json);
30
}
31
error(json: object): void {
32
this.logger.error(this.format(
'ERROR'
, json));
33
}
34
warn(json: object): void {
35
this.logger.warn(this.format(
'WARN'
, json));
36
}
Callers
6
initializeBot
Function · 0.95
onThreadUpdate
Function · 0.95
onMessageCreate
Function · 0.95
onMessageUpdate
Function · 0.95
onMessageDelete
Function · 0.95
onThreadCreate
Function · 0.95
Calls
2
format
Method · 0.95
error
Method · 0.65
Tested by
no test coverage detected