namespace ov::log

Namespace with log level property and its possible values.

namespace log {

// enums

enum Level;

// global variables

static constexpr Property<Level> level {"LOG_LEVEL"};

} // namespace log