Define ACTS_WARNING

Define Documentation

ACTS_WARNING(x)

macro for warning debug output

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

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