namespace MQTTnet.Core.Diagnostics { public enum MqttNetTraceLevel { Verbose, Information, Warning, Error } }