Table of Contents

Enum TelemetryLevel

Namespace
Pamoja.Telemetry
Assembly
Pamoja.Telemetry.dll

How urgent a telemetry event is.

public enum TelemetryLevel

Fields

Debug = 1

Diagnostic detail for development.

Error = 4

A failure that needs attention.

Info = 2

A normal, noteworthy event.

Trace = 0

Fine-grained detail, useful only when chasing a specific problem.

Warn = 3

Something unexpected that the node recovered from.