Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / NOOP_LOGGER

Variable: NOOP_LOGGER

ts
const NOOP_LOGGER: Logger;

Defined in: packages/core/src/contracts/logger.ts:52

Minimal no-op logger. Useful as a typed default when downstream code needs a non-null Logger without taking the observability dependency.

Stable