{"id":15584994,"url":"https://github.com/eveningkid/rematch-logger","last_synced_at":"2026-02-09T01:04:56.732Z","repository":{"id":34813874,"uuid":"183913161","full_name":"eveningkid/rematch-logger","owner":"eveningkid","description":"A simple logger for Rematch","archived":false,"fork":false,"pushed_at":"2023-01-03T20:35:52.000Z","size":240,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T06:16:58.178Z","etag":null,"topics":["log","logger","plugin","redux","rematch"],"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/eveningkid.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-04-28T13:40:11.000Z","updated_at":"2020-08-10T15:37:31.000Z","dependencies_parsed_at":"2023-01-15T09:19:21.488Z","dependency_job_id":null,"html_url":"https://github.com/eveningkid/rematch-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/eveningkid%2Frematch-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Frematch-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Frematch-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Frematch-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eveningkid","download_url":"https://codeload.github.com/eveningkid/rematch-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162115,"owners_count":20733355,"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":["log","logger","plugin","redux","rematch"],"created_at":"2024-10-02T21:00:38.886Z","updated_at":"2026-02-09T01:04:56.703Z","avatar_url":"https://github.com/eveningkid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rematch-logger\nA simple logger for Rematch\n\n```\n21:18:16.265 projects/init\n21:18:18.274 projects/_addProject\n```\n\n## Use\n```js\nimport { init } from '@rematch/core';\nimport * as models from './models';\nimport logger from 'rematch-logger';\n\nconst store = init({\n  models,\n  // Options can be overrode by calling logger({ option: value })\n  plugins: [logger()],\n});\n\n```\n\n## Options\n```\nlog: console.log, logging function\ntimestamp: true, show current timestamp when the action is triggered\npayload: true, show the action payload (all but .type in action's object)\n```\n\n## Build\n```\nnpm run build\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveningkid%2Frematch-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feveningkid%2Frematch-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveningkid%2Frematch-logger/lists"}