Skip to content

google/glog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

53d58e4 · Mar 31, 2025
Jan 10, 2024
Nov 18, 2024
Aug 2, 2024
Jan 5, 2024
Jul 7, 2024
Jun 11, 2024
Feb 20, 2025
Dec 30, 2023
Sep 14, 2024
Jul 14, 2021
Aug 3, 2024
Oct 12, 2023
Oct 16, 2024
Nov 5, 2024
Oct 12, 2023
Jun 8, 2024
Jun 11, 2024
Oct 16, 2024
Mar 31, 2025
Jun 8, 2024
Jan 4, 2024
Jan 4, 2024
Jan 5, 2024
Nov 10, 2019
Jan 25, 2022
Jun 12, 2024

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.