wialon / gmqtt

Python MQTT v5.0 async client
MIT License
396 stars 52 forks source link

Added the ability to pass your logger #150

Closed YraganTron closed 9 months ago

YraganTron commented 9 months ago

Sometimes when debugging mqtt the logs that the library has are very useful. But unfortunately, if you use some kind of custom logger, then they turn out to be inaccessible. I added the ability to pass your logger

Lenka42 commented 9 months ago

@YraganTron thanks! uploaded version gmqtt 0.6.13