{"id":19646098,"url":"https://github.com/xerdi/meteor-logging","last_synced_at":"2025-06-26T14:32:04.142Z","repository":{"id":91316108,"uuid":"550729508","full_name":"Xerdi/meteor-logging","owner":"Xerdi","description":"Simple logging wrapper of the ostrio:logger packages.","archived":false,"fork":false,"pushed_at":"2023-04-21T11:42:37.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T00:15:50.593Z","etag":null,"topics":["logging","meteor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xerdi.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,"publiccode":null,"codemeta":null}},"created_at":"2022-10-13T08:27:47.000Z","updated_at":"2024-02-23T15:50:39.000Z","dependencies_parsed_at":"2025-01-10T11:12:54.233Z","dependency_job_id":null,"html_url":"https://github.com/Xerdi/meteor-logging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xerdi/meteor-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xerdi%2Fmeteor-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xerdi%2Fmeteor-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xerdi%2Fmeteor-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xerdi%2Fmeteor-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xerdi","download_url":"https://codeload.github.com/Xerdi/meteor-logging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xerdi%2Fmeteor-logging/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262084947,"owners_count":23256322,"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","meteor"],"created_at":"2024-11-11T14:36:48.030Z","updated_at":"2025-06-26T14:32:04.120Z","avatar_url":"https://github.com/Xerdi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Logging\n\nSimple logging wrapper of the [ostrio:logger](https://github.com/VeliovGroup/Meteor-logger) packages.\n\n## Installation\n\nAdd the package to your project:\n```shell\nmeteor add xerdi:logging\n```\n\n## Usage\n\nThe interface is the same as of the `ostrio:logger`'s interface.\n```javascript\nimport log from 'meteor/xerdi:logging';\n// OR\nimport {log} from 'meteor/xerdi:logging';\n\nfunction launchMissile(dir) {\n    log.info(`Launching missile in direction ${dir}`);\n    try {\n        // The code\n    } catch(err) {\n        log.error('Failed to launch missile', err);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerdi%2Fmeteor-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxerdi%2Fmeteor-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerdi%2Fmeteor-logging/lists"}