kinetex - v1.0.0-rc.1
    Preparing search index...

    Class JSONTransport

    JSON transport — writes line-delimited JSON (NDJSON) log entries. Defaults to writing to process.stdout (Node.js/Bun) or console.log.

    Implements

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • writeLine: (line: string) => void = ...

        Function that receives each JSON line + newline. Defaults to stdout or console.log.

      Returns JSONTransport

    Methods