Ability to override specify the source location index. #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Might have to integrate std::stacktrace or something to achieve this, but, in effect, the goal is to be able to call SetStacktrace(2), and the logger will print the second function up in the stacktrace, instead of the current (0th). If your stack trace looks like the following:
The source location that gets logged would be setup(), rather than test_something().