abseil/abseil-cpp

[Bug]: Publish VLOG

Closed this issue · 1 comments

Describe the issue

The VLOG macro, available in glog, is documented in a few places and is mentioned in the guide but appears to not actually exist in open source Abseil.

The lack of VLOG, or at least a log level below INFO, prevents easily migrating from glog to Abseil, so it would be very helpful if this macro (or a reasonable replacement and migration path) could be provided.

Steps to reproduce the problem

N/A

What version of Abseil are you using?

HEAD

What operating system and version are you using?

N/A

What compiler and version are you using?

N/A

What build system are you using?

N/A

Additional context

No response

It's finally here in 7b6c17e. Please test it out and file new issues if you encounter any problems.