综述

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
windows安装配置glog

CMAKE编译

windows安装配置glog
windows安装配置glog
修改配置信息如下:
windows安装配置glog
点击generate:
windows安装配置glog

VS15 启动

使用管理身份启动vs15.
分别以Debug和Release模式(x64)生成ALL_BUILD项目和INSTALL项目。

windows安装配置glog
完成!

相关文章: