{"id":18689416,"url":"https://github.com/rodrigowebdev/logger-library","last_synced_at":"2025-11-08T06:30:26.238Z","repository":{"id":42878617,"uuid":"256654685","full_name":"RodrigoWebDev/logger-library","owner":"RodrigoWebDev","description":"Logger is a tiny javascript library to show console logs faster and easier","archived":false,"fork":false,"pushed_at":"2023-01-06T03:40:50.000Z","size":256,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T01:45:27.923Z","etag":null,"topics":["es6","javascript","vanillajs"],"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/RodrigoWebDev.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}},"created_at":"2020-04-18T02:37:53.000Z","updated_at":"2020-12-02T14:34:57.000Z","dependencies_parsed_at":"2023-02-05T05:45:14.348Z","dependency_job_id":null,"html_url":"https://github.com/RodrigoWebDev/logger-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoWebDev%2Flogger-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoWebDev%2Flogger-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoWebDev%2Flogger-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoWebDev%2Flogger-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodrigoWebDev","download_url":"https://codeload.github.com/RodrigoWebDev/logger-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550323,"owners_count":19657540,"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":["es6","javascript","vanillajs"],"created_at":"2024-11-07T10:43:36.218Z","updated_at":"2025-11-08T06:30:26.146Z","avatar_url":"https://github.com/RodrigoWebDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logger\n\nLogger is a tiny javascript library to show console logs faster and easier\n\n## How to use\n\n- Include the dist/logger.js in your project\n- In some JS file type:\n\n```\nlog(\"Hello World\")\n```\n\n## Command list\n\n- assert(_expression_, _message_) : Write a message to the console, only if the first argument is _false_\n- clear() : Clear all messages in the console\n- count(_label_) : Write to the console the number of time the count() is called\n- error(_message_) : write an error to the console\n- group(_label_) : create a group of messages in the console\n- groupCollapsed(_label_) : create a collapsed group of messages in the console\n- groupEnd() : end a message group\n- info(_message_) : write a message to the console\n- log(_message_) : write to the console\n- table(_tabledata, tablecolumns_) : write a table in the console\n- time(_label_) : write to the console how long does it take to perform a task\n- timeEnd(_label_) : end a time(_label_)\n- trace(_label_) : show the trace of how the code ended up\n- warn(_message_) : write a warning to the console\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigowebdev%2Flogger-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigowebdev%2Flogger-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigowebdev%2Flogger-library/lists"}