UNPKG

filebeat-logger

Version:

A winston logger that prints json lines in elastic common schema format

10 lines (9 loc) 303 B
import * as WinstonTransport from "winston-transport"; import { Options } from "./options"; export declare class Transport extends WinstonTransport { private readonly stderrLevels; constructor(optOptions?: Options); log(info: { "log.level": string; }, next: () => void): void; }