Mutates the builder so that a stack trace will be logged if the status is logged.
Synopses
Declared in <absl/status/status_builder.h>
Mutates the builder so that a stack trace will be logged if the status is logged.
StatusBuilder&
EmitStackTrace() &;
Mutates the builder so that a stack trace will be logged if the status is logged.
[[nodiscard]]
StatusBuilder&&
EmitStackTrace() &&;
Return Value
*this to allow method chaining.
Created with MrDocs