Enum PamojaTelemetryLevel
How urgent a telemetry event is.
public enum PamojaTelemetryLevel
Fields
Debug = 1Diagnostic detail for development.
Error = 4A failure that needs attention.
Info = 2A normal, noteworthy event.
Trace = 0Fine-grained detail, useful only when chasing a specific problem.
Warn = 3Something unexpected that the node recovered from.