Mutates the builder so that a stack trace will be logged if the status is logged.
Declared in <absl/status/status_builder.h>
[[nodiscard]]
StatusBuilder&&
EmitStackTrace() &&;
One of the logging setters above should be called as well. If logging is not yet enabled this behaves as if LogInfo().EmitStackTrace() was called.