Table of Contents

Enum EventLogLevel

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Class representing the configured log level

[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<EventLogLevel>))]
public enum EventLogLevel : byte

Fields

Debug = 0

Log everything including debug messages

Info = 1

Log information and warning messages

Off = 3

Logging is disabled

Warn = 2

Log warning messages only