Enum LogLevel
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Logging levels for debug output.
public enum LogLevel
Fields
Critical = 5Debug = 1Error = 4Information = 2Trace = 0Warning = 3
Logging levels for debug output.
public enum LogLevel
Critical = 5Debug = 1Error = 4Information = 2Trace = 0Warning = 3