Remove NDEBUG check

This commit is contained in:
Alexey Rybalchenko
2020-07-10 13:56:17 +02:00
parent 35ebc10204
commit ce64f628b0
3 changed files with 3 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ The minimum severity level can be configured at compile time via definition of `
#include <fairlogger/Logger.h>
```
When `FAIR_MIN_SEVERITY` is not provided, it will be set to `info` if `NDEBUG` is defined, otherwise all severities will be enabled.
When `FAIR_MIN_SEVERITY` is not provided all severities are enabled.
## 4. Verbosity