Skip to content

Change NDEBUG to verbose logging

Ondřej Surý requested to merge verboselog into master

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.

Merge request reports