MCPcopy
hub / github.com/fastify/fastify / CustomLogger

Interface CustomLogger

test/types/logger.tst.ts:40–42  ·  test/types/logger.tst.ts::CustomLogger

Source from the content-addressed store, hash-verified

38})
39
40interface CustomLogger extends FastifyBaseLogger {
41 customMethod(msg: string, ...args: unknown[]): void;
42}
43
44class CustomLoggerImpl implements CustomLogger {
45 level = class="st">'info'

Callers

nothing calls this directly

Implementers 1

CustomLoggerImpltest/types/logger.tst.ts

Calls

no outgoing calls

Tested by

no test coverage detected