{"id":24755260,"url":"https://github.com/katzer/mruby-logger","last_synced_at":"2025-10-10T11:14:17.858Z","repository":{"id":138108989,"uuid":"92162875","full_name":"katzer/mruby-logger","owner":"katzer","description":"A simple but sophisticated logging utility that you can use to output messages","archived":false,"fork":false,"pushed_at":"2022-07-05T07:57:08.000Z","size":27,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T05:41:42.245Z","etag":null,"topics":["logger","mruby-gem"],"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/katzer.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":"2017-05-23T11:00:29.000Z","updated_at":"2023-03-26T14:45:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"0851b941-4b11-4ccf-8140-e4651ba285aa","html_url":"https://github.com/katzer/mruby-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/katzer/mruby-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katzer","download_url":"https://codeload.github.com/katzer/mruby-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003727,"owners_count":26083610,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["logger","mruby-gem"],"created_at":"2025-01-28T12:37:59.166Z","updated_at":"2025-10-10T11:14:17.853Z","avatar_url":"https://github.com/katzer.png","language":"Ruby","readme":"# mruby-logger [![Build Status](https://travis-ci.com/katzer/mruby-logger.svg?branch=master)](https://travis-ci.com/katzer/mruby-logger)\n\nImplementation of the Ruby 2.4.1 Standard Library [Logger][logger].\nA simple but sophisticated logging utility that you can use to output messages.\n\n```ruby\nlogger = Logger.new 'logs/development.log'\n\nlogger.formatter = -\u003e (severity, datetime, progname, msg) do\n  \"[#{severity[0]}] #{datetime}: #{msg}\\n\"\nend\n\nlogger.info 'hello world'\n# =\u003e \"[INFO] 2017-05-23 16:04:08 +0900: hello world\"\n```\n\n\n## Installation\n\nAdd the line below to your `build_config.rb`:\n\n```ruby\nMRuby::Build.new do |conf|\n  # ... (snip) ...\n  conf.gem 'mruby-logger'\nend\n```\n\nOr add this line to your aplication's `mrbgem.rake`:\n\n```ruby\nMRuby::Gem::Specification.new('your-mrbgem') do |spec|\n  # ... (snip) ...\n  spec.add_dependency 'mruby-logger'\nend\n```\n\n\n## Development\n\nClone the repo:\n    \n    $ git clone https://github.com/katzer/mruby-logger.git \u0026\u0026 cd mruby-logger/\n\nCompile the source:\n\n    $ rake compile\n\nRun the tests:\n\n    $ rake test\n\n\n## Authors\n\n- Sebastián Katzer, Fa. appPlant GmbH\n\n\n## License\n\nThe mgem is available as open source under the terms of the [MIT License][license].\n\nMade with :yum: in Leipzig\n\n© 2017 [appPlant GmbH][appplant]\n\n\n[logger]: https://ruby-doc.org/stdlib-2.4.1/libdoc/logger/rdoc/Logger.html\n[license]: http://opensource.org/licenses/MIT\n[appplant]: www.appplant.de\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fmruby-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatzer%2Fmruby-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fmruby-logger/lists"}