{"id":13483522,"url":"https://github.com/blacksmoke16/crylog","last_synced_at":"2025-03-27T14:31:21.653Z","repository":{"id":101713465,"uuid":"187140097","full_name":"Blacksmoke16/crylog","owner":"Blacksmoke16","description":"Flexible logging framework based on Monolog","archived":true,"fork":false,"pushed_at":"2020-03-30T00:01:45.000Z","size":81,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T00:33:54.571Z","etag":null,"topics":["crystal","logger","logging"],"latest_commit_sha":null,"homepage":"https://blacksmoke16.github.io/crylog/","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/Blacksmoke16.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}},"created_at":"2019-05-17T03:26:32.000Z","updated_at":"2023-01-28T15:16:02.000Z","dependencies_parsed_at":"2024-01-21T10:59:28.844Z","dependency_job_id":null,"html_url":"https://github.com/Blacksmoke16/crylog","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blacksmoke16%2Fcrylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blacksmoke16%2Fcrylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blacksmoke16%2Fcrylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blacksmoke16%2Fcrylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blacksmoke16","download_url":"https://codeload.github.com/Blacksmoke16/crylog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245863088,"owners_count":20684787,"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":["crystal","logger","logging"],"created_at":"2024-07-31T17:01:12.317Z","updated_at":"2025-03-27T14:31:21.332Z","avatar_url":"https://github.com/Blacksmoke16.png","language":"Crystal","funding_links":[],"categories":["Logging and monitoring"],"sub_categories":[],"readme":"# Deprecated in favor of the standard library's [Log](https://crystal-lang.org/api/Log.html) module.\n\n# Crylog\n[![Build Status](https://travis-ci.org/Blacksmoke16/crylog.svg?branch=master)](https://travis-ci.org/Blacksmoke16/crylog)\n[![Latest release](https://img.shields.io/github/release/Blacksmoke16/crylog.svg?style=flat-square)](https://github.com/Blacksmoke16/crylog/releases)\n\nFlexible logging framework based on [Monolog](https://github.com/Seldaek/monolog).\n\n## Roadmap\nCurrently, the base functionality is complete.  \n\nIf someones wishes to make a PR and \"own\" a specific handler (or formatter/processor), I would welcome the PR.  Maintainers, with their handlers, will be listed at the bottom.  Otherwise, feel free to create an issue.\n\n## Core Concepts\n\n- Logger - An instance of `Crylog::Logger` that logs messages, optionally with context. \n- Handler - Writes the log message to somewhere/something.\n- Processor - Adds metadata to each logged message.\n- Formatter - Determines how a logged message appears.\n\n### Severity\n\n`Crylog` uses the log levels as described in [RFC 5424](https://tools.ietf.org/html/rfc5424#section-6.2.1):\n\n- Emergency: system is unusable\n- Alert: action must be taken immediately\n- Critical: critical conditions\n- Error: error conditions\n- Warning: warning conditions\n- Notice: normal but significant condition\n- Informational: informational messages\n- Debug: debug-level messages\n\nConvenience methods are defined for each i.e. `logger.info`, `logger.alert`, etc.\n\n### Additional Documentation\n\n[Documentation](./docs)\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  crylog:\n    github: Blacksmoke16/crylog\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/Blacksmoke16/crylog/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- [Blacksmoke16](https://github.com/Blacksmoke16) Blacksmoke16 - creator, maintainer\n\n### Handlers\n\nThose that created/maintain handlers for a specific service/system will be listed here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacksmoke16%2Fcrylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacksmoke16%2Fcrylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacksmoke16%2Fcrylog/lists"}