/glog

C++ implementation of the Google logging module

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Google Logging Library

Linux Github actions Windows Github actions macOS Github actions Codecov

Google Logging (glog) is a C++14 library that implements application-level logging. The library provides logging APIs based on C++-style streams and various helper macros.

Getting Started

Please refer to project's documentation.