Enum LogLevel
- Namespace
- DotCompute.Abstractions.Telemetry.Options
- Assembly
- DotCompute.Abstractions.dll
Log levels for structured logging.
public enum LogLevel
Fields
Critical = 5Critical level logging.
Debug = 1Debug level logging.
Error = 4Error level logging.
Information = 2Information level logging.
Trace = 0Trace level logging.
Warning = 3Warning level logging.