{"id":19541769,"url":"https://github.com/nullscreen/epilog","last_synced_at":"2025-04-26T17:30:56.243Z","repository":{"id":47355558,"uuid":"162341295","full_name":"nullscreen/epilog","owner":"nullscreen","description":"A JSON logger with Rails support","archived":false,"fork":false,"pushed_at":"2022-09-10T05:17:48.000Z","size":130,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T12:33:48.112Z","etag":null,"topics":["json","logger","rails","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/nullscreen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-18T20:22:09.000Z","updated_at":"2022-10-06T03:42:44.000Z","dependencies_parsed_at":"2022-09-08T08:03:43.619Z","dependency_job_id":null,"html_url":"https://github.com/nullscreen/epilog","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fepilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fepilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fepilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fepilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullscreen","download_url":"https://codeload.github.com/nullscreen/epilog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251025625,"owners_count":21524836,"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":["json","logger","rails","ruby"],"created_at":"2024-11-11T03:11:54.757Z","updated_at":"2025-04-26T17:30:55.977Z","avatar_url":"https://github.com/nullscreen.png","language":"Ruby","readme":"# Epilog Gem\n\n[![Gem Version](https://badge.fury.io/rb/epilog.svg)](https://badge.fury.io/rb/epilog)\n[![CI](https://github.com/nullscreen/epilog/workflows/CI/badge.svg)](https://github.com/nullscreen/epilog/actions?query=workflow%3ACI+branch%main)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/28734dd732d34bc3b014760508b2d3da)](https://www.codacy.com/gh/nullscreen/epilog/dashboard)\n[![Code Coverage](https://codecov.io/gh/nullscreen/epilog/branch/main/graph/badge.svg?token=3Q3M49C5ZI)](https://codecov.io/gh/nullscreen/epilog)\n\nA JSON logger with Rails support.\n\n## Documentation\n\nRead below to get started, or see the [API Documentation][api-docs] for more\ndetails.\n\n[api-docs]: https://www.rubydoc.info/github/nullscreen/epilog\n\n## Installation\n\nAdd this line to your application's `Gemfile`:\n\n```ruby\ngem 'epilog'\n```\n\n## Basic Usage\n\nThis logger is compatible with the native Ruby Logger interface. To use it, just\ncreate an instance of `Epilog::Logger`.\n\n```ruby\nlogger = Epilog::Logger.new($stdout)\n```\n\n## Rails Support\n\nTo use Epilog with Rails, simply override the Rails default logger with an\nEpilog logger. Do this in your `application.rb` or `\u003cenvironment\u003e.rb`.\n\n```ruby\nconfig.logger = Epilog::Logger.new($stdout)\nconfig.logger.progname = 'epilog'\nconfig.log_level = :debug\n```\n\n## Development\n\nYou can run `bin/console` for an interactive prompt that will allow you to\nexperiment.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/nullscreen/epilog.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullscreen%2Fepilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullscreen%2Fepilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullscreen%2Fepilog/lists"}