{"id":32120352,"url":"https://github.com/dance-planner/log","last_synced_at":"2026-02-20T00:30:55.279Z","repository":{"id":99716285,"uuid":"291286906","full_name":"dance-planner/log","owner":"dance-planner","description":"A frequently used log configuration. Adding Date Time. Adding warnings and errors to file. Infos are green.","archived":false,"fork":false,"pushed_at":"2024-02-17T14:46:40.000Z","size":23,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T07:04:55.759Z","etag":null,"topics":["logging"],"latest_commit_sha":null,"homepage":"","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/dance-planner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-08-29T14:28:33.000Z","updated_at":"2024-04-19T07:38:47.000Z","dependencies_parsed_at":"2023-04-27T22:01:36.392Z","dependency_job_id":null,"html_url":"https://github.com/dance-planner/log","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/dance-planner/log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dance-planner%2Flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dance-planner%2Flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dance-planner%2Flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dance-planner%2Flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dance-planner","download_url":"https://codeload.github.com/dance-planner/log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dance-planner%2Flog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["logging"],"created_at":"2025-10-20T19:40:05.191Z","updated_at":"2026-02-20T00:30:55.272Z","avatar_url":"https://github.com/dance-planner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logger\n\n![Screenshot from 2023-12-28 16-43-21](https://github.com/dance-planner/log/assets/145258627/5a4784cc-7827-44e6-b0d8-41ad4c77edd5)\n\n## Usage Example\n\n```ts\nimport { Logger } from 'https://deno.land/x/log/mod.ts'\n\nconst minLevelConsole = 'DEBUG' \nconst minLevelFile = 'WARNING' \n\nconst fileName = \"./warnings-errors.txt\"\n\nconst pure = true // leaving out e.g. the time info\n\nexport const logger = await Logger.getInstance(minLevelConsole, minLevelFile, fileName, pure)\n\nlogger.debug('example debug message')\nlogger.info('example info')\nlogger.warning('example warning')\nlogger.error('example error message')\nlogger.critical('example critical message')\n```\n\n## Trigger Usage Example\n\n```sh\ndeno run --allow-read --allow-write https://deno.land/x/log/usage-example.ts\n```\n\n## Donations\nThanks to [Freedom Cash](https://FreedomCash.org), we are already free.  \nIf you want to donate, you might consider donating to the [otherparty.co.uk](https://www.otherparty.co.uk/donate-crypto-the-other-party) to ensure people do not need to donate to victims but rather donate successfully to problem solvers.   \n  \n![direct-democracy](https://github.com/michael-spengler/sleep/assets/145258627/fe97b7da-62b4-4cf6-9be0-7b03b2f3095a)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdance-planner%2Flog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdance-planner%2Flog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdance-planner%2Flog/lists"}