Crow  0.0.4

◆ capture_message()

void nlohmann::crow::capture_message ( const std::string &  message,
const json &  attributes = nullptr,
bool  asynchronous = true 
)
Parameters
[in]messagethe message to capture
[in]attributesan optional attributes object
[in]asynchronouswhether the message should be sent asynchronously
Exceptions
std::invalid_argumentif context object contains invalid key
Since
0.0.1

Definition at line 118 of file crow.cpp.