{"id":13420215,"url":"https://github.com/andrew-d/cpplog","last_synced_at":"2025-04-17T05:51:04.939Z","repository":{"id":1726391,"uuid":"2457264","full_name":"andrew-d/cpplog","owner":"andrew-d","description":"Simple C++ logging library","archived":false,"fork":false,"pushed_at":"2018-01-14T03:31:20.000Z","size":70,"stargazers_count":83,"open_issues_count":3,"forks_count":52,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-07-31T22:53:55.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrew-d.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-26T00:28:19.000Z","updated_at":"2023-12-24T18:15:11.000Z","dependencies_parsed_at":"2022-09-07T23:23:12.449Z","dependency_job_id":null,"html_url":"https://github.com/andrew-d/cpplog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-d%2Fcpplog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-d%2Fcpplog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-d%2Fcpplog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-d%2Fcpplog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrew-d","download_url":"https://codeload.github.com/andrew-d/cpplog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249319147,"owners_count":21250485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:28.897Z","updated_at":"2025-04-17T05:51:04.922Z","avatar_url":"https://github.com/andrew-d.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"A simple, header-only, MIT-licensed C++ logging library.\n\nBasic usage example:\n\n    StdErrLogger log;\n    LOG_WARN(log) \u003c\u003c \"Log message here\" \u003c\u003c std::endl;\n    CHECK_EQUAL(log, 1 == 2) \u003c\u003c \"Some other message\" \u003c\u003c std::endl;\n    CHECK_STREQ(log, \"a\", \"a\") \u003c\u003c \"Strings should be equal\" \u003c\u003c std::endl;\n\nThe layout of this library is based on Google's logging library (http://code.google.com/p/google-glog/), but does not use any code copied from that project.\n\nThanks to GitHub's fakechris, there is experimental support for logging to a Scribe node (see: https://github.com/facebook/scribe for more information).  It requires Apache Thrift (http://thrift.apache.org/).  To use it, #define CPPLOG_WITH_SCRIBE_LOGGER\n\nNOTE: Tests are relatively complete, but not exhaustive.  Please use at your own risk, and feel free to submit bug reports.\n\nThanks to (in alphabetical order):\n  - fakechris [GitHub]\n  - Kranar [Reddit]\n  - olajep [GitHub]\n  - vvavrychuk [GitHub]\n  - z00m1n [GitHub]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-d%2Fcpplog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrew-d%2Fcpplog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-d%2Fcpplog/lists"}