Logging

About

libbase library comes packaged with a preintegrated GLOG library that allows you to add logs and assertions to your code in the same format as possible within Chromium’s code.

You can read more on how to use GLOG here or see the same user-guide (from the version actually used in this build) included below.

Note

To use logging system, simply include base/logging.h file.

Attention

The user-guide included below is created and maintained by the GLOG authors. It is simply included here from the in-source README.rst file for ease-of-use. See GLOG’s LICENSE file for its license details.

GLOG’s user guide