Table of Contents

Enum LogLevel

Namespace
DotCompute.Abstractions.Telemetry.Options
Assembly
DotCompute.Abstractions.dll

Log levels for structured logging.

public enum LogLevel

Fields

Critical = 5

Critical level logging.

Debug = 1

Debug level logging.

Error = 4

Error level logging.

Information = 2

Information level logging.

Trace = 0

Trace level logging.

Warning = 3

Warning level logging.