{"id":18579221,"url":"https://github.com/faust64/logger","last_synced_at":"2026-01-20T05:34:06.386Z","repository":{"id":37885610,"uuid":"116548456","full_name":"faust64/logger","owner":"faust64","description":"NodeJS logging library","archived":false,"fork":false,"pushed_at":"2024-06-16T10:17:01.000Z","size":159,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T14:39:09.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faust64.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-07T08:05:48.000Z","updated_at":"2022-01-30T15:36:14.000Z","dependencies_parsed_at":"2024-11-06T23:40:26.340Z","dependency_job_id":"36a496b8-118d-4317-ace2-e20f33bc6346","html_url":"https://github.com/faust64/logger","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/faust64%2Flogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2Flogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2Flogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2Flogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faust64","download_url":"https://codeload.github.com/faust64/logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801193,"owners_count":20998331,"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":[],"created_at":"2024-11-06T23:39:31.167Z","updated_at":"2026-01-20T05:34:01.357Z","avatar_url":"https://github.com/faust64.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logger library - npmjs' wraplog\n\n * Last tests against master on CircleCI: [![CircleCI](https://circleci.com/gh/faust64/logger.svg?style=svg)](https://circleci.com/gh/faust64/logger)\n\n * Install with:\n\n```\nsudo npm install -g node-gyp\nnpm install wraplog\n```\n\nNote `node-gyp` would be required installing `unix-dgram` dependency.\n\n * Configure using:\n\n```\n# divert everything to console:\nexport DEBUG=whateverstringwoulddo\n\n# to local syslog\nexport SYSLOG_FACILITY=local6\nexport SYSLOG_PROTO=unix\nexport SYSLOG_UNIX_SOCKET=/dev/log\n\n# to remote syslog\nexport SYSLOG_FACILITY=local6\nexport SYSLOG_PROTO=udp\nexport SYSLOG_PROXY=rsyslog.example.com\nexport SYSLOG_PORT=514\n```\n\n * Use it in place of `console.*`:\n\n```\nconst logger = require('wraplog')('appname');\nlogger.info('foo');\nlogger.error('bar');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaust64%2Flogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaust64%2Flogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaust64%2Flogger/lists"}