综述
Google Glog是Google的一个开源库,用于实现应用级别的logging。
This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/.
步骤
下载解压
https://github.com/google/glog
CMAKE编译
修改配置信息如下:
点击generate:
VS15 启动
使用管理身份启动vs15.
分别以Debug和Release模式(x64)生成ALL_BUILD项目和INSTALL项目。
完成!