memgraph/libs
Teon Banek bed62c4f8b Setup building with glog library
Summary:
To use the library in code, do the following.

  * Include glog, `include "glog/logging.h"`
  * Initialize logging from a main entry point,
    `google::InitGoogleLogging(argv[0]);`
  * Log anywhere from your code, `LOG(INFO) << "Hello world from glog";`

For advanced use, refer to glog's documentation.

Reviewers: mislav.bradac, florijan, dgleich, buda

Reviewed By: mislav.bradac, buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D492
2017-06-20 09:38:57 +02:00
..
__main.cpp A better configuration of cmake & clion 2017-02-20 01:25:57 +01:00
.gitignore A better configuration of cmake & clion 2017-02-20 01:25:57 +01:00
cleanup.sh A better configuration of cmake & clion 2017-02-20 01:25:57 +01:00
CMakeLists.txt Setup building with glog library 2017-06-20 09:38:57 +02:00
setup.sh Setup building with glog library 2017-06-20 09:38:57 +02:00