Table of Contents

Constructor JsonTraceExporter

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

JsonTraceExporter(string)

Initializes a JSON exporter that writes to a file.

public JsonTraceExporter(string outputPath)

Parameters

outputPath string

The output file path.

JsonTraceExporter(TextWriter)

Initializes a JSON exporter that writes to a TextWriter.

public JsonTraceExporter(TextWriter writer)

Parameters

writer TextWriter

The writer to output to.