interface NoopLoggerOptions
Since 0.1.0

Options for constructing a NoopLogger. Currently unused but kept for a stable, forward-compatible constructor signature that mirrors the other logger implementations.

Properties

readonly
optional
level: LogLevel

Accepted for API symmetry; ignored.

readonly
optional
bindings: LogMetadata

Accepted for API symmetry; ignored.

Usage

import { type NoopLoggerOptions } from "logger-plugin/src/index.ts";