{"id":16984631,"url":"https://github.com/not-nik/yal","last_synced_at":"2026-02-11T12:09:38.243Z","repository":{"id":104029460,"uuid":"243515136","full_name":"Not-Nik/yal","owner":"Not-Nik","description":"Yet another minimal C++ logger.","archived":false,"fork":false,"pushed_at":"2024-12-12T19:31:19.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T00:56:35.072Z","etag":null,"topics":["cpp","logger","minimal","single-header","single-header-lib"],"latest_commit_sha":null,"homepage":null,"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/Not-Nik.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,"zenodo":null}},"created_at":"2020-02-27T12:34:10.000Z","updated_at":"2024-12-12T19:31:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb869dfa-0665-49ec-988b-50d6b62eefc4","html_url":"https://github.com/Not-Nik/yal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Not-Nik/yal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fyal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fyal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fyal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fyal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Not-Nik","download_url":"https://codeload.github.com/Not-Nik/yal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fyal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","logger","minimal","single-header","single-header-lib"],"created_at":"2024-10-14T02:32:58.558Z","updated_at":"2026-02-11T12:09:38.226Z","avatar_url":"https://github.com/Not-Nik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yal\n\nYet another minimal C++ logger.\n\n## Minimal usage\n\n```c++\n#include \u003cLogger.h\u003e\n\nusing namespace log;\n\nint main()\n{\n    Logger * logger = Logger::GetLogger(\"myLogger\");\n    logger-\u003eInfo(\"Your Log here\");\n}\n```\n\n## Build integration\n\nThis expects you to have this project in a subdirectory in your project\n\n### Using Cmake\n\n```cmake\ncmake_minimum_required(VERSION 3.15)\nproject(MyProject)\n\nset(CMAKE_CXX_STANDARD 17) # needed for inline variable\n\nadd_subdirectory(yal)\n\nadd_executable(MyExecutable src/main.cpp)\ntarget_link_libraries(MyExecutable yal)\n```\n\n### Using Makefile\n\n```\nSRCS = src/main.cpp\nOBJS = $(addsuffix .o,$(basename $(SRCS)))\n\nMyExecutable: $(OBJS)\n\tg++ -o $@ $^\n\n%.o: %.c\n\tg++ -std=c++17 -Iyal/ -c -o $@ $^\n\nclean:\n\trm $(OBJS)\n\n.PHONY: clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-nik%2Fyal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-nik%2Fyal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-nik%2Fyal/lists"}