{"id":19235103,"url":"https://github.com/willkirkmanm/dl","last_synced_at":"2025-07-26T17:08:09.768Z","repository":{"id":65186352,"uuid":"585087598","full_name":"WillKirkmanM/dl","owner":"WillKirkmanM","description":"🌠 Re-Imagine Your Debugging Experience","archived":false,"fork":false,"pushed_at":"2023-04-20T11:00:58.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T12:54:45.557Z","etag":null,"topics":["command-line-tool","debug","logger","logger-backend","nodejs","utility"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@willkm/dl","language":"TypeScript","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/WillKirkmanM.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}},"created_at":"2023-01-04T09:35:37.000Z","updated_at":"2023-10-25T08:23:39.000Z","dependencies_parsed_at":"2023-07-25T20:23:10.317Z","dependency_job_id":null,"html_url":"https://github.com/WillKirkmanM/dl","commit_stats":null,"previous_names":["willkirkmanm/debug-logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WillKirkmanM/dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WillKirkmanM","download_url":"https://codeload.github.com/WillKirkmanM/dl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fdl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261789288,"owners_count":23209776,"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":["command-line-tool","debug","logger","logger-backend","nodejs","utility"],"created_at":"2024-11-09T16:15:54.878Z","updated_at":"2025-06-25T02:08:25.513Z","avatar_url":"https://github.com/WillKirkmanM.png","language":"TypeScript","readme":"# [@WillKM/DL - A Debug Utility Tool](https://www.npmjs.com/package/@WillKirkmanM/DL)\n![Image](Assets/preview.png)\n\u003cp style=\"text-align: center;\"\u003eA Configurable, Useful Way to Write Debug Log Statements\u003c/p\u003e\n\n## Get Started\n```javascript\n// index.js\n#!/usr/bin/env node \nimport { DebugLogger } from \"@WillKM/DL\";\n\nconst debug = new DebugLogger({\n    enabled: true,\n    logLevel: 1,\n    prefixMessage: '[DebugLogger] -'\n});\n     \ndebug.log(1, \"Hello World\");\n```\n### Result\n```bash\n$ node index.js\n\u003e [DebugLogger] - Hello World\n```\n## Why?\nI made this as I wanted to regulate what logs showed when providing different verbosity levels.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkirkmanm%2Fdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillkirkmanm%2Fdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkirkmanm%2Fdl/lists"}