Table of Contents

Enum LogLevel

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Logging levels for debug output.

public enum LogLevel

Fields

Critical = 5
Debug = 1
Error = 4
Information = 2
Trace = 0
Warning = 3