DEBUG constant

int const DEBUG

Debug logging level.

This level enables all logging except tracing.

Implementation

static const DEBUG = 10;