google / glog

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

Customizing the Log Line Prefix #1073

Closed whitecat346 closed 8 months ago

whitecat346 commented 8 months ago

I tried to customizing the Log Line Prefix Format as in Customizing the Log Line Prefix, but he only prompts for the Connot resolve symbol "InstallPrefixFormatter". What should I do about this?

(This issue was created using a translator)

glog

sergiud commented 8 months ago

You were looking at the documentation for the development version of glog 0.7.0 which introduced new functions. You need to consult the documentation for version 0.6.0 instead.

whitecat346 commented 8 months ago

Ok, I'll try that, thanks for your reply.