Sets the location the backtrace should be logged at.
Declared in <absl/log/globals.h>
void
SetLogBacktraceLocation(
std::string_view file,
int line);
If the specified location isn't a LOG statement, the effect will be the same as ClearLogBacktraceLocation (but less efficient).
| Name | Description |
|---|---|
| file | The source file name of the LOG statement. |
| line | The source line number of the LOG statement. |