Variable Acts::Logging::FAILURE_THRESHOLD

Variable Documentation

constexpr Level Acts::Logging::FAILURE_THRESHOLD = Level::MAX

debug level above which an exception will be thrown after logging

All messages with a debug level equal or higher than FAILURE_THRESHOLD will cause an exception to be thrown after log emission. This behavior, which is controlled via the ACTS_LOG_FAILURE_THRESHOLD preprocessor define, enables reliably catching non-fatal errors in automated Acts tests.