{"id":24854459,"url":"https://github.com/cbrnrd/ruby-nanolog","last_synced_at":"2025-03-26T14:26:07.530Z","repository":{"id":56885150,"uuid":"96955324","full_name":"cbrnrd/ruby-NanoLog","owner":"cbrnrd","description":"A ruby version of my NanoLog project","archived":false,"fork":false,"pushed_at":"2017-08-19T00:40:14.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T09:41:36.566Z","etag":null,"topics":["library","logging","ruby","rubygem","small"],"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/cbrnrd.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":"2017-07-12T02:10:10.000Z","updated_at":"2018-01-13T16:06:20.000Z","dependencies_parsed_at":"2022-08-21T00:20:23.412Z","dependency_job_id":null,"html_url":"https://github.com/cbrnrd/ruby-NanoLog","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/cbrnrd%2Fruby-NanoLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fruby-NanoLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fruby-NanoLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fruby-NanoLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbrnrd","download_url":"https://codeload.github.com/cbrnrd/ruby-NanoLog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245669373,"owners_count":20653139,"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":["library","logging","ruby","rubygem","small"],"created_at":"2025-01-31T15:38:13.719Z","updated_at":"2025-03-26T14:26:07.505Z","avatar_url":"https://github.com/cbrnrd.png","language":"Ruby","funding_links":["https://www.paypal.me/0xCB"],"categories":[],"sub_categories":[],"readme":"# NanoLog [![Gem Version](https://badge.fury.io/rb/nanolog.svg)](https://badge.fury.io/rb/nanolog) ![Downloads](https://img.shields.io/badge/Downloads-%3E600-red.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cbrnrd/ruby-NanoLog/master/LICENSE)\nA simple and extremely small logging library for Ruby.\n\n## Getting Started\n\nA simple program using NanoLog looks like so:\n\n```ruby\nrequire 'nanolog'\n\nlogger = NanoLog::Logger.new('filepath.log')\n\nlogger.info('informational message')\nlogger.fatal('fatal message')\n```\n\n## Installing\nInstall the gem like so:\n\n`gem install nanolog`\n\nor add the following line to your `Gemfile`:\n\n```ruby\ngem 'nanolog'\n```\n\n## Design Highlights\n- Simple and easy to use API\n- Incredibly small gem (~5kb!)\n\n## Documentation\nAvailable [here](http://www.rubydoc.info/gems/nanolog/0.1.1c)\n\n## Authors\n- Carter Brainerd (cbrnrd) - [GitHub](https://github.com/cbrnrd)\n\n## Legal stuff \nNanoLog is licensed under the MIT license (see [LICENSE](https://github.com/cbrnrd/ruby-NanoLog/blob/master/LICENSE))\n\n## Built with\n* [Atom](http://atom.io)\n\n## Thank you\n\nThank you for using NanoLog 👏.\nIf you're feeling generous, donations are always appreciated:\n\n```\n19XiyrvqyYNLehf89ckBjPQYCfW77F9rx7 (Ƀ, BTC)\n0xf6f247e4a929890926F88144111f5E27d87bD07a (ETH)\nLQRUJUpSkmi5BfT6nyPVNKKoLWbnpZ64sL (Ł, LTC)\nhttps://www.paypal.me/0xCB (PayPal)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrnrd%2Fruby-nanolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbrnrd%2Fruby-nanolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrnrd%2Fruby-nanolog/lists"}