{"id":27620905,"url":"https://github.com/jurassiclizard/logger","last_synced_at":"2025-06-29T16:38:31.612Z","repository":{"id":288944668,"uuid":"969628700","full_name":"jurassicLizard/logger","owner":"jurassicLizard","description":"A minimalist C++ logger implementation I created for my personal projects. Nothing fancy, just the logging functionality I need without the bloat.","archived":false,"fork":false,"pushed_at":"2025-05-12T14:55:39.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T15:57:57.653Z","etag":null,"topics":["cmake","cpp","cpp20","logger","logging","minimalist"],"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/jurassicLizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-04-20T15:30:04.000Z","updated_at":"2025-05-12T14:55:43.000Z","dependencies_parsed_at":"2025-04-20T16:42:44.697Z","dependency_job_id":null,"html_url":"https://github.com/jurassicLizard/logger","commit_stats":null,"previous_names":["jurassiclizard/logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jurassicLizard/logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurassicLizard%2Flogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurassicLizard%2Flogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurassicLizard%2Flogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurassicLizard%2Flogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jurassicLizard","download_url":"https://codeload.github.com/jurassicLizard/logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurassicLizard%2Flogger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262628618,"owners_count":23339828,"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","cpp20","logger","logging","minimalist"],"created_at":"2025-04-23T07:32:42.339Z","updated_at":"2025-06-29T16:38:31.571Z","avatar_url":"https://github.com/jurassicLizard.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jlizard logger\n\nA simple C++ logging utility I created for my personal projects. This is nothing fancy - just a straightforward logging implementation that does what I need without the complexity of larger logging frameworks.\n\n## Why another logger?\n\nYes, I know there are plenty of logging libraries out there. Many are excellent but often come with more features than I need. This minimal implementation gives me just enough functionality for day-to-day development without the overhead.\n\n## Usage\n\n```cpp\n#include \"logger.h\"\n\nusing namespace jlizard::logger;\n\nint main() {\n    info(\"Application started\");\n    \n    // Do something important...\n    \n    warn(\"This operation might be slow\");\n    \n    // If something goes wrong\n    error(\"Failed to process data\");\n    \n    return 0;\n}\n```\n\n## Integration \n\n``` cmake\nadd_subdirectory(path/to/jlizard-logger)\ntarget_link_libraries(your_target PRIVATE jlizard::logger)\n```\n\n## Tests\nThe project includes a test suite that can be run using CTest. Enable testing in your CMake build to run them:\n\n``` bash\nmkdir build \u0026\u0026 cd build\ncmake -DBUILD_TESTING=ON ..\nmake\nctest\n```\n\n## License\nMIT License — See [LICENSE.md](LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurassiclizard%2Flogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjurassiclizard%2Flogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurassiclizard%2Flogger/lists"}