This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 11Google Logging Library
22======================
33
4- |Linux Github actions | |Windows Github actions | |macOS Github actions | |Codecov |
4+ **Deprecation notice **: This project is no longer maintained and will be archived on 2025-06-31.
5+ Consider using
6+ `ng-log <https://github.com/ng-log/ng-log >`_ (API-compatible,
7+ community-maintained,
8+ `migration instructions <https://github.com/ng-log/ng-log/blob/master/docs/build.md >`_)
9+ or
10+ `Abseil Logging <https://abseil.io/docs/cpp/guides/logging >`_
11+ (Google-maintained) instead. Thank you for all the contributions!
512
6- Google Logging (glog) is a C++14 library that implements application-level
7- logging. The library provides logging APIs based on C++-style streams and
13+ Google Logging (glog) was a C++14 library that implements application-level
14+ logging. The library provided logging APIs based on C++-style streams and
815various helper macros.
916
1017Getting Started
1118---------------
1219
1320Please refer to project's `documentation <https://google.github.io/glog/ >`_.
14-
15-
16- .. |Linux Github actions | image :: https://github.com/google/glog/actions/workflows/linux.yml/badge.svg
17- :target: https://github.com/google/glog/actions
18- .. |Windows Github actions | image :: https://github.com/google/glog/actions/workflows/windows.yml/badge.svg
19- :target: https://github.com/google/glog/actions
20- .. |macOS Github actions | image :: https://github.com/google/glog/actions/workflows/macos.yml/badge.svg
21- :target: https://github.com/google/glog/actions
22- .. |Codecov | image :: https://codecov.io/gh/google/glog/branch/master/graph/badge.svg?token=8an420vNju
23- :target: https://codecov.io/gh/google/glog
You can’t perform that action at this time.
0 commit comments