Change NDEBUG to verbose logging
As requested in !90 (closed), I have renamed all debug and DEBUG to verbose (where it made sense), and renamed NLOGDEBUG to NOVERBOSELOG.
The logic is simple - most usually we want to have verbose logging compiled in and assert()
(-DNDEBUG
) not compiled in.