{"id":15538612,"url":"https://github.com/andreoneti/omni-loggers","last_synced_at":"2026-04-17T07:33:20.073Z","repository":{"id":57314321,"uuid":"228741124","full_name":"AndreOneti/omni-loggers","owner":"AndreOneti","description":"omni-logger to create 'sqlite' file to save all logs, generate a local file to put the logs.","archived":false,"fork":false,"pushed_at":"2019-12-31T19:21:50.000Z","size":10,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T02:44:11.377Z","etag":null,"topics":["api","database","db","log","logger","rest","rest-api","sqlite"],"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/AndreOneti.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":"2019-12-18T02:28:44.000Z","updated_at":"2019-12-31T19:21:53.000Z","dependencies_parsed_at":"2022-09-20T23:20:52.298Z","dependency_job_id":null,"html_url":"https://github.com/AndreOneti/omni-loggers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreOneti%2Fomni-loggers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreOneti%2Fomni-loggers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreOneti%2Fomni-loggers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreOneti%2Fomni-loggers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreOneti","download_url":"https://codeload.github.com/AndreOneti/omni-loggers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246113627,"owners_count":20725499,"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":["api","database","db","log","logger","rest","rest-api","sqlite"],"created_at":"2024-10-02T12:05:09.294Z","updated_at":"2026-04-17T07:33:20.020Z","avatar_url":"https://github.com/AndreOneti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omni-loggers\n\n  [![npm package](https://nodei.co/npm/omni-loggers.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/omni-loggers/)\n\n  [![NPM Version][npm-image]][npm-url]\n  [![NPM Downloads][downloads-image]][downloads-url]\n  [![Maintenance][maintenance-img]][maintenance-url]\n\n  [![Known Vulnerabilities][vulnerabilities-image]][vulnerabilities-url]\n  [![GitHub issues][issues-open-image]][issues-open-url]\n  [![GitHub forks][forks-image]][forks-url]\n  [![GitHub stars][stars-image]][stars-url]\n\n## How to use\n\n```sh\nyarn add omni-loggers\nor\nnpm install --save omni-loggers\n```\n\n\n### Simple log and save on log/loggers.log\n\n```js\nconst logger = require('omni-loggers');\n\nlogger.info('My info message here');\nlogger.info({message:'My info message here'});\n\nlogger.error('My error message here');\nlogger.error({message:'My error message here'});\n\nlogger.warn('My warn message here');\nlogger.warn({message:'My warn message here'});\n```\n\n## License\n\n  [![npm](https://img.shields.io/npm/l/loggers.svg)](https://github.com/AndreOneti/omni-loggers/blob/master/LICENSE)\n\n\n  [forks-image]: https://img.shields.io/github/forks/AndreOneti/omni-loggers.svg\n  [forks-url]: https://github.com/AndreOneti/omni-loggers\n  [downloads-image]: https://img.shields.io/npm/dt/omni-loggers.svg\n  [downloads-url]: https://npmjs.org/package/omni-loggers\n  [npm-image]: https://img.shields.io/npm/v/omni-loggers.svg\n  [npm-url]: https://npmjs.org/package/omni-loggers\n  [maintenance-img]: https://img.shields.io/badge/Maintained%3F-yes-green.svg\n  [maintenance-url]: https://github.com/AndreOneti/omni-loggers\n\n  [vulnerabilities-image]: https://snyk.io/test/github/AndreOneti/omni-loggers/badge.svg?targetFile=package.json\n  [vulnerabilities-url]: https://snyk.io/test/github/AndreOneti/omni-loggers?targetFile=package.json\n  [issues-open-image]: https://img.shields.io/github/issues/AndreOneti/omni-loggers.svg\n  [issues-open-url]: https://github.com/AndreOneti/omni-loggers/issues?q=is%3Aopen+is%3Aissue\n\n  [stars-image]: https://img.shields.io/github/stars/AndreOneti/omni-loggers.svg\n  [stars-url]: https://github.com/AndreOneti/omni-loggers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoneti%2Fomni-loggers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreoneti%2Fomni-loggers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoneti%2Fomni-loggers/lists"}