{"id":15713685,"url":"https://github.com/molnarmark/epilog","last_synced_at":"2026-03-05T14:31:06.558Z","repository":{"id":92790692,"uuid":"146798451","full_name":"molnarmark/epilog","owner":"molnarmark","description":"🏆 Elegant, fancy console logger for Crystal","archived":false,"fork":false,"pushed_at":"2021-07-29T22:56:32.000Z","size":39,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-12T19:56:01.990Z","etag":null,"topics":["console-log","console-logger","crystal","crystal-lang","crystal-language"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/molnarmark.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":"2018-08-30T19:41:11.000Z","updated_at":"2025-08-12T03:30:06.000Z","dependencies_parsed_at":"2023-03-20T02:05:12.683Z","dependency_job_id":null,"html_url":"https://github.com/molnarmark/epilog","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/molnarmark/epilog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molnarmark%2Fepilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molnarmark%2Fepilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molnarmark%2Fepilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molnarmark%2Fepilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molnarmark","download_url":"https://codeload.github.com/molnarmark/epilog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molnarmark%2Fepilog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["console-log","console-logger","crystal","crystal-lang","crystal-language"],"created_at":"2024-10-03T21:32:53.857Z","updated_at":"2026-03-05T14:31:06.526Z","avatar_url":"https://github.com/molnarmark.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epilog\n\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)\n[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Elegant, fancy console logger for Crystal\n\nEpilog is heavily inspired by Nuxt's [consola](https://github.com/nuxt/consola).\nThe API is basically the same.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n    \u003cimg src=\"./img/showcase.png\"\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  epilog:\n    github: crystalrealm/epilog\n```\n\n## Usage\n\n```crystal\nrequire \"epilog\"\n\n# The default reporter is the fancy one. However, if you specify anything else, you get the minimal one.\nlogger = Epilog::Logger.new \"minimal\"\n# or, logger = Epilog::Logger.new\n\nlogger.success \"success!\"\nlogger.error \"error!\"\nlogger.fatal \"fatal!\"\nlogger.warn \"warn!\"\nlogger.log \"log!\"\nlogger.info \"info!\"\nlogger.start \"start!\"\nlogger.ready \"ready!\"\nlogger.debug \"debug!\"\nlogger.trace \"trace!\"\n```\n\n## API\n\n`Epilog` exposes 10 methods to use.\n\n- success\n- error\n- fatal\n- warn\n- log\n- info\n- start\n- ready\n- debug\n- trace\n\n## Contributing\n\n1.  Fork it (\u003chttps://github.com/crystalrealm/epilog/fork\u003e)\n2.  Create your feature branch (`git checkout -b my-new-feature`)\n3.  Commit your changes (`git commit -am 'Add some feature'`)\n4.  Push to the branch (`git push origin my-new-feature`)\n5.  Create a new Pull Request\n\n## Contributors\n\n- [molnarmark](https://github.com/molnarmark) Mark Molnar - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolnarmark%2Fepilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolnarmark%2Fepilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolnarmark%2Fepilog/lists"}