{"id":21475501,"url":"https://github.com/yuzukitsuru/yall","last_synced_at":"2025-03-17T07:48:15.124Z","repository":{"id":103458238,"uuid":"488575930","full_name":"YuzukiTsuru/Yall","owner":"YuzukiTsuru","description":"Yall - Yet another logging library","archived":false,"fork":false,"pushed_at":"2022-08-11T12:31:53.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T17:18:30.251Z","etag":null,"topics":["cmake","cpp","cpp-library","cpp17","logging","logging-library"],"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/YuzukiTsuru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-04T12:17:05.000Z","updated_at":"2022-08-10T21:50:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"796628d7-99ad-4e8c-a69a-f9b4f149de96","html_url":"https://github.com/YuzukiTsuru/Yall","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/YuzukiTsuru%2FYall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FYall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FYall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FYall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuzukiTsuru","download_url":"https://codeload.github.com/YuzukiTsuru/Yall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997040,"owners_count":20380980,"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":["cmake","cpp","cpp-library","cpp17","logging","logging-library"],"created_at":"2024-11-23T10:43:13.540Z","updated_at":"2025-03-17T07:48:14.995Z","avatar_url":"https://github.com/YuzukiTsuru.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yall\nYall - Yet another logging library\n\n\n\n## Usage\n\n```c++\n#include \"Yall.h\"\n\nclass class_lift {\npublic:\n    class_lift(){\n        YALL_DEBUG_ \u003c\u003c \"Debug Message From Class\";\n    }\n};\n\nvoid func(){\n    YALL_DEBUG_ \u003c\u003c \"Debug Message From Func\";\n}\n\nint main() {\n    YALL_DEBUG_.EnableDebug();\n    YALL_DEBUG_ \u003c\u003c \"Debug Message 1\";\n    class_lift classLift;\n    func();\n    YALL_DEBUG_ \u003c\u003c \"Debug Message 2\";\n    YALL_DEBUG_.DisableDebug();\n    YALL_DEBUG_ \u003c\u003c \"Disable Message 1\";\n    class_lift classLift1;\n    func();\n    YALL_INFO_ \u003c\u003c \"LOG Info\";\n    YALL_WARN_ \u003c\u003c \"LOG Warning\";\n    YALL_ERROR_ \u003c\u003c \"LOG Error\";\n    YALL_CRITICAL_ \u003c\u003c \"LOG Cirtical\";\n}\n```\n\n\n\n## ScreenShots\n\n![screen](.github/ScreenShot.PNG)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Fyall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzukitsuru%2Fyall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Fyall/lists"}