20#include <xrpl/basics/Log.h> 
   21#include <xrpl/basics/contract.h> 
   22#include <xrpl/beast/utility/instrumentation.h> 
   47    UNREACHABLE(
"LogicError", {{
"message", s}});
 
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
beast::Journal debugLog()
Returns a debug journal.
 
void LogThrow(std::string const &title)
Generates and logs a call stack.
 
void LogicError(std::string const &how) noexcept
Called when faulty logic causes a broken invariant.