Define ACTS_FATAL

Define Documentation

ACTS_FATAL(x)

macro for fatal debug output

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

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