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.