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

Commit 71944d9

Browse files
committed
Add deprecation notice (#1150)
1 parent 4f007d9 commit 71944d9

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.rst

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
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,
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
815
various helper macros.
916

1017
Getting Started
1118
---------------
1219

1320
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)