Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/amplication/amplication
/ info
Method
info
libs/util/kafka/src/types/logger.types.ts:3–3 ·
view source on GitHub ↗
(...data: [])
Source
from the content-addressed store, hash-verified
1
export
interface
Logger {
2
debug(...data: []): void;
3
info(...data: []): void;
4
warn(...data: []): void;
5
error(...data: []): void;
6
}
Callers
15
createSubscriber
Method · 0.65
updateSubscriber
Method · 0.65
deleteSubscriber
Method · 0.65
triggerNotificationToSubscriber
Method · 0.65
broadCastEventToAll
Method · 0.65
addSubscribersToTopic
Method · 0.65
removeSubscribersFromTopic
Method · 0.65
onAiConversationStart_1
Method · 0.65
seed
Function · 0.65
check
Method · 0.65
healthLive
Method · 0.65
githubCallback
Method · 0.65
Implementers
2
Logger
libs/util/logging/src/lib/logging.ts
AmplicationLogger
libs/util/nestjs/logging/src/logger.se
Calls
no outgoing calls
Tested by
no test coverage detected