{"id":18743778,"url":"https://github.com/pluginfactory/logbook-node-driver","last_synced_at":"2026-05-08T06:34:54.224Z","repository":{"id":34295756,"uuid":"174196377","full_name":"pluginfactory/logbook-node-driver","owner":"pluginfactory","description":"Driver to handle logs logging with logbook (A Realtime logging service by pluginfactory)","archived":false,"fork":false,"pushed_at":"2023-01-03T17:23:24.000Z","size":302,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T21:07:08.182Z","etag":null,"topics":["driver","logbook","logger","logs","nodejs","npm-package","plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pluginfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-06T18:13:56.000Z","updated_at":"2021-02-10T12:13:29.000Z","dependencies_parsed_at":"2023-01-15T06:00:38.560Z","dependency_job_id":null,"html_url":"https://github.com/pluginfactory/logbook-node-driver","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/pluginfactory%2Flogbook-node-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Flogbook-node-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Flogbook-node-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Flogbook-node-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluginfactory","download_url":"https://codeload.github.com/pluginfactory/logbook-node-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627301,"owners_count":19670844,"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":["driver","logbook","logger","logs","nodejs","npm-package","plugin"],"created_at":"2024-11-07T16:12:29.921Z","updated_at":"2025-10-31T10:14:25.971Z","avatar_url":"https://github.com/pluginfactory.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logbook-node-driver\n\nThis plugin is a wrapper driver for [logbook](https://hub.docker.com/r/pluginfactory/logbook) Pluggable Realtime logging interface. This acts as a connection medium between your nodejs application and logbook docker to handle realtime application logs. The logbook is distributed as docker image and you can see how to configure it by going through the official documentation. You can support the developer by giving star to the repository or by contributing on [Github](https://github.com/pluginfactory/logbook).\n\n\n## Installation\n```\nnpm install --save @pluginfactory/logbook-node-driver\n```\n\n## Usage Example\n#### With ES5\n```javascript\n\nconst LogbookDriver = require('@pluginfactory/logbook-node-driver').LogbookDriver;\n\nconst logger = new LogbookDriver('http://localhost:49100');\n\nlogger.log('application started');\n\n```\n\n#### with ES6\n```javascript\nimport { LogbookDriver } from '@pluginfactory/logbook-node-driver';\n\nconst logger = new LogbookDriver('http://localhost:49100');\n\nlogger.log('application started');\n\n```\n\nThis will display the Realtime log on the logbook dashboard available at _\u0026lt;HOST\u0026gt;:49100_\n\n#### Output\n![logbook-demo](https://i.ibb.co/dW4152r/Screenshot-2019-03-07-at-12-59-21-AM.png)\n\n## Reference\n- [Logbook Docker](https://hub.docker.com/r/pluginfactory/logbook)\n- [Logbook NodeJS Driver](https://www.npmjs.com/package/@pluginfactory/logbook-node-driver)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginfactory%2Flogbook-node-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluginfactory%2Flogbook-node-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginfactory%2Flogbook-node-driver/lists"}