{"id":26223134,"url":"https://github.com/ultraflame4/logfacade","last_synced_at":"2025-03-12T17:29:36.147Z","repository":{"id":280116592,"uuid":"941018033","full_name":"ultraflame4/logfacade","owner":"ultraflame4","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-01T10:48:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T11:23:33.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ultraflame4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-01T09:32:06.000Z","updated_at":"2025-03-01T10:48:44.000Z","dependencies_parsed_at":"2025-03-01T11:23:45.219Z","dependency_job_id":"7c1234db-702b-4f63-b8a2-d5730ec211c5","html_url":"https://github.com/ultraflame4/logfacade","commit_stats":null,"previous_names":["ultraflame4/logfacade"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Flogfacade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Flogfacade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Flogfacade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Flogfacade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultraflame4","download_url":"https://codeload.github.com/ultraflame4/logfacade/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243261526,"owners_count":20262861,"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":"2025-03-12T17:29:35.536Z","updated_at":"2025-03-12T17:29:36.139Z","avatar_url":"https://github.com/ultraflame4.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogFacade\n\nThis is a simple header file that provides a set of common logging interfaces for my projects.\n\n# Usage\n\nExample usage:\n```cpp\n\n#include \"logfacade.hpp\"\n#include \u003ciostream\u003e\n\n\n// Callback to handle incoming logs\nvoid on_log(logfacade::LogLevel level, const std::string \u0026name, const std::string \u0026msg){\n    std::cout \u003c\u003c name \u003c\u003c \" - \" \u003c\u003c msg \u003c\u003c \"\\n\";\n}\n\nlogfacade::logging::set_log_callback(on_log);\n\n// Create a logger and log some messages.\nlogfacade::Logger example(\"Hello\");\nexample.debug(\"World!\");\n// Expected output:\n// Hello - World!\n\n```\n\n# Dependencies\n1. `fmt` - For string interpolation / general formatting.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraflame4%2Flogfacade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultraflame4%2Flogfacade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraflame4%2Flogfacade/lists"}