#define CATAPULT_LOG(SEV)
Writes a log entry to the default logger with SEV severity.
Definition: Logging.h:340
bool TryParseTransactionElements(const ionet::Packet &packet, const predicate< const model::Transaction & > &isValid, std::vector< model::TransactionElement > &elements)
Tries to parse transaction elements out of packet and into elements with a validity check (isValid).
Definition: TransactionElementParser.cpp:27