Table of Contents

Enum ReportFormat

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Defines the format for debug reports.

public enum ReportFormat

Fields

Csv = 5

CSV format for tabular data.

Html = 1

HTML format for web display.

Json = 2

JSON format for programmatic consumption.

Markdown = 0

Markdown format for human-readable reports.

PlainText = 3

Plain text format for simple output.

Xml = 4

XML format for structured data.