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

Interface CustomLogger

test/types/logger.tst.ts:40–42  ·  view source on GitHub ↗

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 = 'info'

Callers

nothing calls this directly

Implementers 1

CustomLoggerImpltest/types/logger.tst.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…