MCPcopy
hub / github.com/activepieces/activepieces / ApLogger

Interface ApLogger

packages/server/utils/src/ap-logger.ts:181–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179// Interface matching pino's BaseLogger surface, structural substitute for FastifyBaseLogger.
180// Defined here so this package does not need fastify or pino as a dependency.
181export interface ApLogger {
182 level: string
183 silent(): void
184 info(...args: unknown[]): void
185 warn(...args: unknown[]): void
186 error(...args: unknown[]): void
187 fatal(...args: unknown[]): void
188 debug(...args: unknown[]): void
189 trace(...args: unknown[]): void
190 child(bindings: Record<string, unknown>): ApLogger
191}

Callers 44

ap-logger.test.tsFile · 0.80
publishNpmPackageFunction · 0.80
packagePrePublishChecksFunction · 0.80
validateMetadataFunction · 0.80
findNewPiecesFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected