{"id":18657825,"url":"https://github.com/lightsofapollo/json-logger","last_synced_at":"2025-11-05T22:30:22.146Z","repository":{"id":19896935,"uuid":"23161879","full_name":"lightsofapollo/json-logger","owner":"lightsofapollo","description":"Super simple logger (similar to debug) prints newline delimited json to stdout.","archived":false,"fork":false,"pushed_at":"2014-08-21T18:21:27.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-28T12:18:43.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsofapollo.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":"2014-08-20T19:48:36.000Z","updated_at":"2014-08-20T20:06:40.000Z","dependencies_parsed_at":"2022-07-20T17:52:12.917Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/json-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/lightsofapollo%2Fjson-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fjson-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fjson-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fjson-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/json-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"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":[],"created_at":"2024-11-07T07:29:57.867Z","updated_at":"2025-11-05T22:30:22.098Z","avatar_url":"https://github.com/lightsofapollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"json-logger\n===========\n\nSuper simple logger (similar to debug) prints newline delimited json to stdout.\n\n## Usage\n\n```js\nvar log = require('json-logger')({\n  user: 'foobar'\n});\n\nlog('critical error', { message: 'You failed.' });\n// will log\n// { type; 'critical error', message: 'you failed', user: 'foobar' }\n```\n\nSee the [examples](/examples) folder for usage the output is tested\nthere as well...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fjson-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fjson-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fjson-logger/lists"}