{"id":13483524,"url":"https://github.com/tobyapi/fluent-logger-crystal","last_synced_at":"2026-01-16T22:15:52.161Z","repository":{"id":90265156,"uuid":"101023051","full_name":"tobyapi/fluent-logger-crystal","owner":"tobyapi","description":"A Fluentd client for Crystal.","archived":false,"fork":false,"pushed_at":"2017-09-05T07:28:27.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-31T06:03:08.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tobyapi.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":"2017-08-22T05:02:44.000Z","updated_at":"2021-01-28T07:23:45.000Z","dependencies_parsed_at":"2024-01-14T19:13:27.410Z","dependency_job_id":null,"html_url":"https://github.com/tobyapi/fluent-logger-crystal","commit_stats":null,"previous_names":["tobiasgsmollett/fluent-logger-crystal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyapi%2Ffluent-logger-crystal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyapi%2Ffluent-logger-crystal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyapi%2Ffluent-logger-crystal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyapi%2Ffluent-logger-crystal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobyapi","download_url":"https://codeload.github.com/tobyapi/fluent-logger-crystal/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":[],"created_at":"2024-07-31T17:01:12.357Z","updated_at":"2026-01-16T22:15:52.100Z","avatar_url":"https://github.com/tobyapi.png","language":"Crystal","funding_links":[],"categories":["Logging and monitoring"],"sub_categories":[],"readme":"# fluent-logger-crystal\n[![Build Status](https://travis-ci.org/TobiasGSmollett/fluent-logger-crystal.svg?branch=master)](https://travis-ci.org/TobiasGSmollett/fluent-logger-crystal)\n\nA [Fluentd](https://www.fluentd.org/) client for Crystal.\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  fluent-logger:\n    github: TobiasGSmollett/fluent-logger-crystal\n```\n\n## Usage\n\n### Simple\n```crystal\nrequire \"fluent-logger\"\n\nlog = Fluent::Logger::FluentLogger.new\nlog.post(\"myapp.access\", {\"agent\" =\u003e \"foo\"})\n\n# output: myapp.access {\"agent\":\"foo\"}\n```\n\n### ConsoleLogger\n```crystal\nstdout = IO::Memory.new\nlog = Fluent::Logger::ConsoleLogger.new stdout\nlog.post(\"myapp.access\", {\"agent\" =\u003e \"foo\"})\n\nputs stdout.to_s # =\u003e Aug 30 23:56:41 myapp.access: agent=\"foo\"\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/TobiasGSmollett/fluent-logger-crystal/fork )\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- [TobiasGSmollett](https://github.com/TobiasGSmollett)  - creator, maintainer\n\n## Thanks\nThanks to FURUHASHI Sadayuki for his awesome work on [fluent-logger-ruby](https://github.com/fluent/fluent-logger-ruby).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobyapi%2Ffluent-logger-crystal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobyapi%2Ffluent-logger-crystal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobyapi%2Ffluent-logger-crystal/lists"}