Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/glog
C++ implementation of the Google logging module
https://github.com/google/glog
Last synced: about 2 months ago
JSON representation
C++ implementation of the Google logging module
- Host: GitHub
- URL: https://github.com/google/glog
- Owner: google
- License: bsd-3-clause
- Created: 2015-02-23T06:55:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T19:18:05.000Z (8 months ago)
- Last Synced: 2024-05-22T13:42:55.843Z (7 months ago)
- Language: C++
- Homepage:
- Size: 2.39 MB
- Stars: 6,856
- Watchers: 261
- Forks: 2,031
- Open Issues: 43
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-list - glog - C++ implementation of the Google logging module. (Data Format & I/O / For C++/C)
- AwesomeCppGameDev - glog
README
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 `_.
.. |Linux Github actions| image:: https://github.com/google/glog/actions/workflows/linux.yml/badge.svg
:target: https://github.com/google/glog/actions
.. |Windows Github actions| image:: https://github.com/google/glog/actions/workflows/windows.yml/badge.svg
:target: https://github.com/google/glog/actions
.. |macOS Github actions| image:: https://github.com/google/glog/actions/workflows/macos.yml/badge.svg
:target: https://github.com/google/glog/actions
.. |Codecov| image:: https://codecov.io/gh/google/glog/branch/master/graph/badge.svg?token=8an420vNju
:target: https://codecov.io/gh/google/glog