{"id":19240770,"url":"https://github.com/yrotak/dnlogger","last_synced_at":"2026-06-10T20:31:38.846Z","repository":{"id":167858457,"uuid":"441921301","full_name":"yrotak/dnlogger","owner":"yrotak","description":"A simple multi platform logging library","archived":false,"fork":false,"pushed_at":"2021-12-26T15:32:11.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T14:32:30.242Z","etag":null,"topics":["console-log","log","logger","logging","messagebox","multiplatform"],"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/yrotak.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":"2021-12-26T15:18:39.000Z","updated_at":"2024-07-31T16:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"94dce747-9469-4dc4-bbf6-ea6929b40aa5","html_url":"https://github.com/yrotak/dnlogger","commit_stats":null,"previous_names":["drayneur/dnlogger","yrotak/dnlogger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yrotak/dnlogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrotak%2Fdnlogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrotak%2Fdnlogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrotak%2Fdnlogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrotak%2Fdnlogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yrotak","download_url":"https://codeload.github.com/yrotak/dnlogger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrotak%2Fdnlogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34170162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["console-log","log","logger","logging","messagebox","multiplatform"],"created_at":"2024-11-09T17:08:51.396Z","updated_at":"2026-06-10T20:31:38.827Z","avatar_url":"https://github.com/yrotak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnlogger\n \n\u003e dnlogger is a lightweight library for logging easily, error report, warnings with an option to open a messagebox on fatal error compatible on all OS.\n\n\nLet me know if you find any bug in the issue page or by contacting me on telegram or on my website.\n\n```C++\ndnlogger* logger = new dnlogger(\"lastest.log\", true);\nlogger-\u003eclearLog();\n\nlogger-\u003elog(\"This is a log\");\n//(26-12-2021 15:54:58) [main] - This is a log\n\nlogger-\u003ewarning(\"This is a warning\");\n//(26-12-2021 15:54:58) [main] - WARNING: This is a warning\n\nlogger-\u003eerror(\"This is an error\", false);\n//(26-12-2021 15:54:58) [main] - ERROR: This is an error\n\nlogger-\u003eerror(\"This is a fatal error that open a messagebox\", true);\n//(26-12-2021 15:54:58) [main] - FATAL ERROR! This is a fatal error that open a messagebox\n// + Open a messagebox because it's a fatal error !\n```\n\n### Features\n- Logging\n- Messageboxes\n- Console colors\n\nThanks to [Eleobert](https://github.com/Eleobert) for his messagebox [repository](https://github.com/Eleobert/MessageBox-X11).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrotak%2Fdnlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyrotak%2Fdnlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrotak%2Fdnlogger/lists"}