Define ACTS_ERROR

Define Documentation

ACTS_ERROR(x)

macro for error debug output

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

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