Enum LogLevel
Class representing the configured log level
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum LogLevel : byte
Fields
Name | Description |
---|---|
Debug | Log everything including debug messages |
Info | Log information and warning messages |
Off | Logging is disabled |
Warn | Log warning messages only |