JSON transport — writes line-delimited JSON (NDJSON) log entries. Defaults to writing to process.stdout (Node.js/Bun) or console.log.
Function that receives each JSON line + newline. Defaults to stdout or console.log.
Write a single log entry as a JSON line.
JSON transport — writes line-delimited JSON (NDJSON) log entries. Defaults to writing to process.stdout (Node.js/Bun) or console.log.