Revert "Add deprecation notice (#1150)"
This reverts commit 575fb19092.
This commit is contained in:
parent
575fb19092
commit
331906ee0f
21
README.rst
21
README.rst
@ -1,18 +1,23 @@
|
|||||||
Google Logging Library
|
Google Logging Library
|
||||||
======================
|
======================
|
||||||
|
|
||||||
**Deprecation notice**: This project is no longer maintained and will be archived on 2025-06-31.
|
|Linux Github actions| |Windows Github actions| |macOS Github actions| |Codecov|
|
||||||
Consider using
|
|
||||||
`ng-log <https://github.com/ng-log/ng-log>`_ (API-compatible,
|
|
||||||
community-maintained) or
|
|
||||||
`Abseil Logging <https://abseil.io/docs/cpp/guides/logging>`_
|
|
||||||
(Google-maintained) instead. Thank you for all the contributions!
|
|
||||||
|
|
||||||
Google Logging (glog) was a C++14 library that implements application-level
|
Google Logging (glog) is a C++14 library that implements application-level
|
||||||
logging. The library provided logging APIs based on C++-style streams and
|
logging. The library provides logging APIs based on C++-style streams and
|
||||||
various helper macros.
|
various helper macros.
|
||||||
|
|
||||||
Getting Started
|
Getting Started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Please refer to project's `documentation <https://google.github.io/glog/>`_.
|
Please refer to project's `documentation <https://google.github.io/glog/>`_.
|
||||||
|
|
||||||
|
|
||||||
|
.. |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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user