mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
744 stars 291 forks source link

feat: add optional param for passing a custom logger to ChargePoint #641

Open hhuseyinpay opened 1 month ago

hhuseyinpay commented 1 month ago

This pull request introduces a logger parameter to the ChargePoint class's __init__ function. This allows users to specify a custom logger, enhancing flexibility and control over logging.