UNPKG

logjet

Version:

Structured, async TypeScript logger with console, file, HTTP transports and NestJS support

3 lines 164 B
import { LogEntry } from "../core/log-entry.interface"; export declare const formatAsJson: (entry: LogEntry) => string; //# sourceMappingURL=json.formatter.d.ts.map