UNPKG

@graphql-hive/logger

Version:
9 lines (6 loc) 312 B
import { b as LogWriter, L as LogLevel, a as Attributes } from '../logger-tyqDUP6r.js'; import '@whatwg-node/disposablestack'; declare class JSONLogWriter implements LogWriter { write(level: LogLevel, attrs: Attributes | null | undefined, msg: string | null | undefined): void; } export { JSONLogWriter };