The default exporter: prints each record to the console as a single structured line.
It is the zero-config fallback so telemetry is useful out of the box; swap it for an OpenTelemetry / HTTP / dashboard exporter via stone.telemetry.exporter.
stone.telemetry.exporter
The output function.
Print a record.
The record to export.
Static
Factory.
The output function (defaults to console.log); injectable for testing.
console.log
A new exporter.
The default exporter: prints each record to the console as a single structured line.
It is the zero-config fallback so telemetry is useful out of the box; swap it for an OpenTelemetry / HTTP / dashboard exporter via
stone.telemetry.exporter.