{"id":15713996,"url":"https://github.com/hashnuke/fink-elixir","last_synced_at":"2025-03-30T19:24:47.878Z","repository":{"id":31580094,"uuid":"35144866","full_name":"HashNuke/fink-elixir","owner":"HashNuke","description":"Elixir client for CrashDump","archived":false,"fork":false,"pushed_at":"2015-05-06T12:26:59.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:58:42.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crashdump.io","language":"Elixir","has_issues":false,"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/HashNuke.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":"2015-05-06T07:17:57.000Z","updated_at":"2018-05-26T14:22:25.000Z","dependencies_parsed_at":"2022-09-08T21:00:45.621Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/fink-elixir","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/HashNuke%2Ffink-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Ffink-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Ffink-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Ffink-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/fink-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246367143,"owners_count":20765830,"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-10-03T21:34:27.646Z","updated_at":"2025-03-30T19:24:47.833Z","avatar_url":"https://github.com/HashNuke.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# finkex\n\nProvides a [CrashDump.io](http://crashdump.io) logging backend for Elixir's Logger.\n\n*If you use other logging libraries like SASL, Lager, etc checkout the [fink-erlang](https://github.com/crashdumpio/fink-erlang) library instead.*\n\n\n## Installation\n\n* Add `finkex` to your list of dependencies in `mix.exs`\n\n    ```\n    defp deps do\n      [{:finkex, github: \"crashdumpio/fink-elixir\"}]\n    end\n    ```\n\n* Add `:finkex` to the list of applications to start in `mix.exs`\n\n    ```\n    def application do\n      [ applications: [:finkex] ]\n    end\n    ```\n\n* Get dependencies by running `mix deps.get`\n\n\n* Configure fink in `config/config.exs`\n\n    ```\n    config :finkex, [public_key: \"api_public_key\",\n                     secret_key: \"api_secret_key\",\n                     project:    \"crashdump_project_name\"]\n    ```\n\n\n* Add `:finkex` as Elixir Logger's backend in your `config/config.exs`\n\n    ```\n    config :logger, backends: [:console, :finkex]\n    ```\n\n    The above line will log to CrashDump.io, along with the logging to the console as usual.\n\n\n## Usage\n\nAll your logs sent to Elixir's Logger, can be viewed on [CrashDump.io](http://crashdump.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Ffink-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Ffink-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Ffink-elixir/lists"}