google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.99k stars 2.05k forks source link

fix: unify LogMessage and LogMessageInfo #1057

Closed sergiud closed 8 months ago

sergiud commented 8 months ago

Deprecate the custom prefix callback accepting LogMessageInfo in favor of existing LogMessage data structure extended with necessary data fields to avoid redundancies.