I need logging in almost anything I do, but I've never been able to start from an example that does not use logging and add logging. I've set the NRF_LOG_ENABLED and NRF_LOG_BACKEND_SERIAL_USES_UART flag. I've repeatedly built, fixing compile and link errors by adding include paths and source files until it builds. Even then, it rarely works. I'd prefer logging to UART, but right now I'll take anything.
Is there a documented way to add logging to an app? One that has a decent chance of working the first time? Concretely, if I can figure out how add logging to Blinky, I'll be a long way toward doing it in general.
Rob