Define ACTS_VERBOSE

Define Documentation

ACTS_VERBOSE(x)

macro for verbose debug output

The debug message is printed if the current Acts::Logging::Level <= Acts::Logging::VERBOSE.

Pre

logger() must be a valid expression in the scope where this macro is used and it must return a Acts::Logger object.

Parameters
  • x: debug message