{"id":16795778,"url":"https://github.com/mrvautin/winston-ezylogs","last_synced_at":"2025-03-17T03:15:11.295Z","repository":{"id":57398041,"uuid":"157873427","full_name":"mrvautin/winston-ezylogs","owner":"mrvautin","description":"The ezyLogs transport for Winston","archived":false,"fork":false,"pushed_at":"2018-11-16T13:56:37.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T12:47:00.498Z","etag":null,"topics":["logging","logs","transport","winston"],"latest_commit_sha":null,"homepage":"https://ezylogs.com","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/mrvautin.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":"2018-11-16T13:47:48.000Z","updated_at":"2018-11-16T13:56:38.000Z","dependencies_parsed_at":"2022-09-06T10:01:02.907Z","dependency_job_id":null,"html_url":"https://github.com/mrvautin/winston-ezylogs","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/mrvautin%2Fwinston-ezylogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2Fwinston-ezylogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2Fwinston-ezylogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2Fwinston-ezylogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrvautin","download_url":"https://codeload.github.com/mrvautin/winston-ezylogs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965778,"owners_count":20375918,"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":["logging","logs","transport","winston"],"created_at":"2024-10-13T09:17:22.803Z","updated_at":"2025-03-17T03:15:11.266Z","avatar_url":"https://github.com/mrvautin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Winston ezyLogs Transport\n\nSee [ezylogs.com](https://ezylogs.com) for more info.\n\n``` javascript\nconst winston = require('winston');\n\nconst {\n  createLogger,\n} = winston;\nconst EzylogsWinstonTransport = require('winston-ezylogs');\n\nconst ezylogsWinstonTransport = new EzylogsWinstonTransport({\n    system: 'logger',\n    apiKey: 'ezylogs-api-key',\n});\nconst logger = createLogger({\n    transports: [ezylogsWinstonTransport]\n});\n\nconst logMessage = 'Just a test message';\nconst errorMessage = 'Big problem';\nconst error = new Error(errorMessage);\nlogger.log('error', logMessage, error);\nlogger.log('warn', logMessage);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvautin%2Fwinston-ezylogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrvautin%2Fwinston-ezylogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvautin%2Fwinston-ezylogs/lists"}