Define ACTS_DEBUG¶
Defined in File Logger.hpp
Define Documentation¶
-
ACTS_DEBUG(x)¶ macro for debug debug output
The debug message is printed if the current Acts::Logging::Level <= Acts::Logging::DEBUG.
- 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