{"id":23286678,"url":"https://github.com/allnulled/basic-logger","last_synced_at":"2025-07-29T04:07:39.439Z","repository":{"id":268676417,"uuid":"905125178","full_name":"allnulled/basic-logger","owner":"allnulled","description":"Basic logger for JavaScript.","archived":false,"fork":false,"pushed_at":"2024-12-18T08:05:30.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T00:54:12.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allnulled.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-18T08:01:36.000Z","updated_at":"2024-12-18T17:51:42.000Z","dependencies_parsed_at":"2024-12-18T09:23:36.633Z","dependency_job_id":"8a388160-0be1-45c5-8a5c-bedd90c11841","html_url":"https://github.com/allnulled/basic-logger","commit_stats":null,"previous_names":["allnulled/basic-logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allnulled/basic-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fbasic-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fbasic-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fbasic-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fbasic-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allnulled","download_url":"https://codeload.github.com/allnulled/basic-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fbasic-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267626881,"owners_count":24117707,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-12-20T02:14:03.054Z","updated_at":"2025-07-29T04:07:39.373Z","avatar_url":"https://github.com/allnulled.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# basic-logger\n\nBasic logger for JavaScript.\n\n## Installation\n\n```sh\nnpm i -s @allnulled/basic-logger\n```\n\n## Usage\n\n### In node.js\n\n```js\nconst Logger = require(\"@allnulled/basic-logger\");\nconst logger = Logger.create(\"TEST\", { trace: 1 });\n\nlogger.trace(\"Method\", [\"arguments\"]);\nlogger.debug(\"Some debug text\");\nlogger.log(\"Some log text\");\n```\n\n### In browser\n\n```js\nconst Logger = window.BasicLogger;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fbasic-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallnulled%2Fbasic-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fbasic-logger/lists"}