{"id":22477561,"url":"https://github.com/canardconfit/hdm17-logs-extractor","last_synced_at":"2026-05-02T14:36:24.214Z","repository":{"id":225548279,"uuid":"766244030","full_name":"CanardConfit/hdm17-logs-extractor","owner":"CanardConfit","description":"Extracts logs from Paragon Hard Disk Manager 17, a software for automated device backups","archived":false,"fork":false,"pushed_at":"2024-03-15T18:09:53.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T03:19:02.629Z","etag":null,"topics":["hdm17","library","logs","scrapping","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CanardConfit.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-02T18:18:03.000Z","updated_at":"2024-05-16T20:52:17.000Z","dependencies_parsed_at":"2024-03-06T13:53:35.942Z","dependency_job_id":null,"html_url":"https://github.com/CanardConfit/hdm17-logs-extractor","commit_stats":null,"previous_names":["canardconfit/hdm17-logs-extractor"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhdm17-logs-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhdm17-logs-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhdm17-logs-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhdm17-logs-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CanardConfit","download_url":"https://codeload.github.com/CanardConfit/hdm17-logs-extractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245897787,"owners_count":20690457,"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":["hdm17","library","logs","scrapping","typescript"],"created_at":"2024-12-06T14:11:32.446Z","updated_at":"2026-05-02T14:36:24.178Z","avatar_url":"https://github.com/CanardConfit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hard Disk Manager 17 Advanced Logs Extractor\n\n![NPM Version](https://img.shields.io/npm/v/hdm17-logs-extractor)\n![GitHub Release](https://img.shields.io/github/v/release/CanardConfit/hdm17-logs-extractor)\n![GitHub Repo stars](https://img.shields.io/github/stars/CanardConfit/hdm17-logs-extractor)\n\nThe Hard Disk Manager 17 Advanced Logs Extractor is a TypeScript tool designed to monitor and process log file `hdmengine_jobs.log` in real-time and the past.\n\n\u003e **NOTE :** This library is only for the log file `hdmengine_jobs.log`\n\n## Installation\n\nTo use the Log Watcher Library in your project, follow these steps:\n\n1. Install the library via npm:\n\n   ```sh\n   npm install hdm17-logs-extractor\n   ```\n\n    Or via yarn:\n\n   ```sh\n   yarn add hdm17-logs-extractor\n   ```\n\n## Usage\n\nTo start using the Log Watcher Library, you need to import it into your project and initialize it with the path to the log file you want to monitor:\n\n```typescript\nimport logAPI from 'hdm17-logs-extractor';\n\nconst logWatcher = logAPI.initLogWatch('path/to/your/log/file.log');\n\nlogWatcher.on('lineChanged', (logInfo) =\u003e {\n  console.log('Log changed:', logInfo);\n});\n\nlogWatcher.on('error', (error) =\u003e {\n  console.error('Error:', error);\n});\n\n// To stop watching the log file\nlogAPI.stopLogWatch(logWatcher);\n```\n\n## API Reference\n\n- `initLogWatch(logPath: string, firstScan: boolean = true): LogWatch`\n  Initializes a new LogWatch instance for a given log file. If `firstScan` is `true`, performs an initial scan of the log file.\n\n- `stopLogWatch(logWatch: LogWatch): void`\n  Stops watching the log file and cleans up resources.\n\n- `getLog(log: string): LogInfo`\n  Processes a log string and returns a `LogInfo` object representing it.\n\nFor more details, refer to the inline documentation in the code.\n\n## Contributing\n\nContributions to the project are welcome!\n## License\n\nThis project is licensed under the MPL-2.0 License - see the [LICENSE](./LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fhdm17-logs-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanardconfit%2Fhdm17-logs-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fhdm17-logs-extractor/lists"}