# glogMirror **Repository Path**: kingofloong/glog-mirror ## Basic Information - **Project Name**: glogMirror - **Description**: glog镜像 https://github.com/google/glog.git - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-29 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Google Logging Library ====================== **Deprecation notice**: This project is no longer maintained and will be archived on 2025-06-30. 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) 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 `_.