Log a failure message for the specified review violation to stdout.
Synopsis
Declared in <bsls_review.h>
static
void
failByLog(ReviewViolation const& violation);
Description
Log a message to stdout that an assertion has failed with information on the failure from the specified violation. A suitably formatted "cheap stack" is included in the log message that identifies the call site where the failure occurred.
Parameters
Name |
Description |
violation |
details of the failed review |
Created with MrDocs