Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 3809ada

Browse files
authored
Add deprecation notice
1 parent 6c5c692 commit 3809ada

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
Google 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) or
8+
`Abseil Logging <https://abseil.io/docs/cpp/guides/logging>`_
9+
(Google-maintained) instead. Thank you for all the contributions!
510

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
11+
Google Logging (glog) was a C++14 library that implements application-level
12+
logging. The library provided logging APIs based on C++-style streams and
813
various helper macros.
914

1015
Getting Started
1116
---------------
1217

1318
Please 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

0 commit comments

Comments
 (0)