UNPKG

@graphql-hive/logger

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