OCPP Version
OCPP1.6, OCPP2.0.1
Describe the problem
A custom logging library can be used to replace the everest-log library. Currently this is done by allowing you to set a different header file.
In our case we had some issues when compiling the test applications since then the cpp file we use for logging is not linked in.
Describe your solution
The solution for this would be to include the custom logging as a library. That way it gets compiled separately as needed.
Additional context
No response