You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MqttTraceLevel.cs 155 B

7 jaren geleden
12345678910
  1. namespace MQTTnet.Core.Diagnostics
  2. {
  3. public enum MqttTraceLevel
  4. {
  5. Verbose,
  6. Information,
  7. Warning,
  8. Error
  9. }
  10. }