Hi
Over the last versions of the SDK a lot of features have been added to the log module. These new features may be useful for a few users out there, but the new features have the price of complexity and codesize.
I've spent hours over the last year to configure the SDK log module in various projects. I struggled over various things all coming from a high (in my case not needed) complexity.
At the end I've patched the log system a lot, but it would be easier if the log system would offer a simple logging.
Therefore I would be a big fan of a new feature in the SDK that allows to simplify the log system to only calls to LOG_INFO, LOG_ERROR, LOG_WARN and LOG_DEBUG. There is no need for multiple log backends, module filtering at runtime, hex output…
How do other users see the log module? How do you use it?
Regards Adrian