{"id":29176429,"url":"https://github.com/onyxzen/loggerjs","last_synced_at":"2026-04-13T20:31:50.533Z","repository":{"id":62422153,"uuid":"379492557","full_name":"Onyxzen/LoggerJS","owner":"Onyxzen","description":"☁️ A simple JavaScript logger","archived":false,"fork":false,"pushed_at":"2021-06-23T08:51:37.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T13:50:30.748Z","etag":null,"topics":["color","deno","javascript","logger","logging","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Onyxzen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-23T05:44:55.000Z","updated_at":"2021-06-23T08:44:16.000Z","dependencies_parsed_at":"2022-11-01T17:31:26.344Z","dependency_job_id":null,"html_url":"https://github.com/Onyxzen/LoggerJS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Onyxzen/LoggerJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxzen%2FLoggerJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxzen%2FLoggerJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxzen%2FLoggerJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxzen%2FLoggerJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Onyxzen","download_url":"https://codeload.github.com/Onyxzen/LoggerJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxzen%2FLoggerJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263004910,"owners_count":23398328,"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":["color","deno","javascript","logger","logging","nodejs"],"created_at":"2025-07-01T17:01:19.378Z","updated_at":"2026-04-13T20:31:50.483Z","avatar_url":"https://github.com/Onyxzen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoggerJS\n☁️ A simple JavaScript logger\n\n# Note\nThe NPM version is currently facing some technical issues.\\\nPlease clone this GitHub repository if you want to use it with NodeJS\n\n# Example\n```js\n// Deno\nimport * as logger from 'https://deno.land/x/loggerjs/mod.ts';\n\n// NodeJS\nimport * as logger from '@onyxzen/loggerjs';\n\n// Built-in logger types\nlogger.info('Info');\nlogger.error('Error');\nlogger.warn('Warning');\nlogger.log('Log');\n\n// Custom logger maker\nconst info = logger.createLogger('Info', 'brightBlue');\ninfo('test');\n```\n\n# Features\n1. 4 built-in logger type\n2. Custom logger maker\n3. Supports background color and underlines\n4. No `node_modules`\n3. Deno support\n\n# Package\n1. [NPM](https://www.npmjs.com/package/@onyxzen/loggerjs 'LoggerJS')\n2. [Deno](https://deno.land/x/loggerjs 'LoggerJS')\n\n# Installation\n### NPM\n```sh\n$ npm i @onyxzen/loggerjs\n```\n\n### Deno\n```\n$ deno install https://deno.land/x/loggerjs/mod.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxzen%2Floggerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyxzen%2Floggerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxzen%2Floggerjs/lists"}