stevenlovegrove / MqttDotNet

.net Implementation of the client half of the MQTT messaging protocol. MQTT is a lightweight, open specification publish and subscribe protocol cheifly developed by IBM. Details of MQTT can be found at http://mqtt.org.
MIT License
153 stars 91 forks source link

file logging can be turned off #11

Open TobiasSchulte opened 10 years ago

TobiasSchulte commented 10 years ago

Using the library multiple times in a multuithreaded application leads to problems due to all instances logging to the same file. With this changes the logging is by default switched on but it can be dsiabled if not needed.