{"id":21930854,"url":"https://github.com/linagirl/ee-log","last_synced_at":"2025-04-19T19:14:04.384Z","repository":{"id":7470873,"uuid":"8818705","full_name":"linaGirl/ee-log","owner":"linaGirl","description":"Easy, simple \u0026 useful logging","archived":false,"fork":false,"pushed_at":"2019-02-18T13:55:37.000Z","size":424,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:11:13.261Z","etag":null,"topics":["javascript","logging","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ee-log","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/linaGirl.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":"2013-03-16T12:53:21.000Z","updated_at":"2023-05-15T22:17:04.000Z","dependencies_parsed_at":"2022-09-10T22:41:28.390Z","dependency_job_id":null,"html_url":"https://github.com/linaGirl/ee-log","commit_stats":null,"previous_names":["eventemitter/ee-log"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaGirl%2Fee-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaGirl%2Fee-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaGirl%2Fee-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaGirl%2Fee-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linaGirl","download_url":"https://codeload.github.com/linaGirl/ee-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249774579,"owners_count":21323639,"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":["javascript","logging","nodejs"],"created_at":"2024-11-28T23:11:47.117Z","updated_at":"2025-04-19T19:14:04.366Z","avatar_url":"https://github.com/linaGirl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ee-log\n\nEasy, simple \u0026 useful logging\n\nSupported by [joinbox.com](https://joinbox.com/), your swiss node.js \u0026 javascript agency :rocket:\n\n[![npm](https://img.shields.io/npm/dm/ee-log.svg?style=flat-square)](https://www.npmjs.com/package/ee-log)\n[![Travis](https://img.shields.io/travis/eventEmitter/ee-log.svg?style=flat-square)](https://travis-ci.org/eventEmitter/ee-log)\n\n\n![printscreen](docs/demo.png)\n\n\n# API\n\nThe module exposes a set of methods that can be used to print colorful logs. Each of the methods accepts an unlimited amount of parameters. All of the parameters will be printed. Objects will automatically printed in an expanded form, errors will be printed in a more readable form. Each log log statement is prefixed with the exact file and line where the log statement is located.\n\n## Methods\n\n- debug: grey text\n- info: white text\n- warn: yellow text\n- error: red text\n- success: green text\n- highlight: violet text\n\n\t\n\n```\nlog.error('not good!');\n```\n\nyou may also use the module itself to log items\n\n```\nconst log = require('ee-log');\n\nlog('this is awesome', {\n\tsomeValue: true\n}, new Error('fancy error printing'));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagirl%2Fee-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinagirl%2Fee-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagirl%2Fee-log/lists"}