Enum EventLogLevel
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Class representing the configured log level
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<EventLogLevel>))]
public enum EventLogLevel : byte
Fields
Debug = 0Log everything including debug messages
Info = 1Log information and warning messages
Off = 3Logging is disabled
Warn = 2Log warning messages only