Table of Contents

Enum PamojaTelemetryLevel

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

How urgent a telemetry event is.

public enum PamojaTelemetryLevel

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.