MCPcopy
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

1export interface Logger {
2 debug(...data: []): void;
3 info(...data: []): void;
4 warn(...data: []): void;
5 error(...data: []): void;
6}

Callers 15

createSubscriberMethod · 0.65
updateSubscriberMethod · 0.65
deleteSubscriberMethod · 0.65
broadCastEventToAllMethod · 0.65
addSubscribersToTopicMethod · 0.65
seedFunction · 0.65
checkMethod · 0.65
healthLiveMethod · 0.65
githubCallbackMethod · 0.65

Implementers 2

Loggerlibs/util/logging/src/lib/logging.ts
AmplicationLoggerlibs/util/nestjs/logging/src/logger.se

Calls

no outgoing calls

Tested by

no test coverage detected