[#BloombergLP-bsls-Review-failByLog] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::failByLog :relfileprefix: ../../../ :mrdocs: Log a failure message for the specified review violation to stdout. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void failByLog(xref:BloombergLP/bsls/ReviewViolation.adoc[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 [cols="1,4"] |=== | Name| Description | *violation* | details of the failed review |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#