Using SDK15.3.
Using the logging in deferred mode with RTT viewer.
Getting the errors below from the macro expansions but I can't identify what is missing.
Went through another sdk15.3 example with logging and it worked ok.
Copied the logging related sdk_config.h section from that working example into my project and it did not help.
Some missing flag or error but I don't see it.
Have gone through other logging examples to no avail.
The project uses BLE scanning and SPIM interface and works fine when the logging error does not break the build.
Appreciate any help.
Build errors
Error Line Example
sdk_config.h
(Logging was disabled (NRF_LOG_ENABLE 0) in this config so I could build and continue the project.)
Here is a stripped down file with debug_log issues in terms of what prints on debug console and rtt viewer.