abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Add ability to factor in call stack when logging a limited amount #291

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Add ability to factor in call stack when logging a limited amount

In some cases, we may want to log a message when we call it with different call stacks. This cl adds in this ability.