{"id":20986323,"url":"https://github.com/dheovani/logger","last_synced_at":"2026-05-18T12:33:53.583Z","repository":{"id":239440831,"uuid":"799513029","full_name":"Dheovani/Logger","owner":"Dheovani","description":"Classe de logs para C++","archived":false,"fork":false,"pushed_at":"2024-06-14T19:01:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T07:31:53.064Z","etag":null,"topics":["cmake","cmakelists","cpp","cpp-logger","cpp20","logger","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/Dheovani.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-12T11:30:39.000Z","updated_at":"2024-06-14T19:01:43.000Z","dependencies_parsed_at":"2024-05-12T14:27:03.152Z","dependency_job_id":"1ee57e2e-97a8-4e2f-95c1-0a30a756eebb","html_url":"https://github.com/Dheovani/Logger","commit_stats":null,"previous_names":["dheovani/logger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dheovani","download_url":"https://codeload.github.com/Dheovani/Logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392791,"owners_count":20283652,"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","cmakelists","cpp","cpp-logger","cpp20","logger","logging-library"],"created_at":"2024-11-19T06:13:04.697Z","updated_at":"2025-12-27T16:02:52.959Z","avatar_url":"https://github.com/Dheovani.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Logger 📝\n\nLogger is a lightweight C++ library for logging messages to various outputs with customizable log levels.\n\n## Features\n🔹 Multiple log levels: INFO, DEBUG, TRACE, WARNING and ERROR  \n🔹 Customize log format and output destination  \n🔹 Easy integration into existing C++ projects  \n\n## Usage\n1. Include `Logger.h` in your C++ project.\n2. Create an instance of the `Logger` class.\n3. Use `\u003c\u003c` operator or any method to log messages at different levels.\n\n```cpp\n#include \"Logger.hpp\"\n\nint main() {\n    // Macro logging\n    LOGGER \u003c\u003c \"Default operation is ERROR\";\n\n    Logger logger(__FILE__, __LINE__);\n    logger.Log(LogLevel::INFO, \"This is an information message\");\n    logger.Log(LogLevel::ERROR, \"Oops! Something went wrong\");\n\n    return 0;\n}\n```\n\n## License\nThis project is licensed under the [MIT License](LICENSE.txt) - see the LICENSE file for details.\nFeel free to adjust it according to your preferences or add more details!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheovani%2Flogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdheovani%2Flogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheovani%2Flogger/lists"}