From 71944d9ffe04911929ee029790c0c6b485f07079 Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Tue, 4 Feb 2025 04:59:45 +0100 Subject: [PATCH] Add deprecation notice (#1150) --- README.rst | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 49b2391b9..c010100a4 100644 --- a/README.rst +++ b/README.rst @@ -1,23 +1,20 @@ Google Logging Library ====================== -|Linux Github actions| |Windows Github actions| |macOS Github actions| |Codecov| +**Deprecation notice**: This project is no longer maintained and will be archived on 2025-06-31. +Consider using +`ng-log `_ (API-compatible, +community-maintained, +`migration instructions `_) +or +`Abseil Logging `_ +(Google-maintained) instead. Thank you for all the contributions! -Google Logging (glog) is a C++14 library that implements application-level -logging. The library provides logging APIs based on C++-style streams and +Google Logging (glog) was a C++14 library that implements application-level +logging. The library provided 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