{"id":13750640,"url":"https://github.com/iij/mruby-syslog","last_synced_at":"2026-02-14T02:02:21.055Z","repository":{"id":6108900,"uuid":"7336536","full_name":"iij/mruby-syslog","owner":"iij","description":"Syslog module for mruby","archived":false,"fork":false,"pushed_at":"2019-07-12T02:03:30.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-17T09:57:55.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iij.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-27T05:59:37.000Z","updated_at":"2019-07-12T02:03:29.000Z","dependencies_parsed_at":"2022-09-13T04:14:11.720Z","dependency_job_id":null,"html_url":"https://github.com/iij/mruby-syslog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iij/mruby-syslog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iij%2Fmruby-syslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iij%2Fmruby-syslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iij%2Fmruby-syslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iij%2Fmruby-syslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iij","download_url":"https://codeload.github.com/iij/mruby-syslog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iij%2Fmruby-syslog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29431593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"online","status_checked_at":"2026-02-14T02:00:07.626Z","response_time":53,"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":[],"created_at":"2024-08-03T08:00:43.295Z","updated_at":"2026-02-14T02:02:21.040Z","avatar_url":"https://github.com/iij.png","language":"C","readme":"mruby-syslog\n============\n[![Build Status](https://travis-ci.org/iij/mruby-syslog.svg?branch=master)](https://travis-ci.org/iij/mruby-syslog)\n\n\"mruby-syslog\" provides a mruby interface to the POSIX system logging facility.\nAPI is compatible with [Syslog module for CRuby](http://ruby-doc.org/stdlib-2.1.0/libdoc/syslog/rdoc/Syslog.html).\n\n### How To Use:\n\nAdd a line to your `build_config.rb`:\n\n```Ruby\nconf.gem :github =\u003e 'iij/mruby-syslog'\n```\n\n### Example:\n\n```Ruby\nSyslog.open(\"syslogtest\")\nSyslog.log(Syslog::LOG_WARNING, \"the sky is falling in %d seconds!\", 100)\nSyslog.close\n\n# or simply\nSyslog.err(\"something's wrong here\")\n```\n\n### Compatibility\n\nSupported methods are:\n\n- Syslog.alert\n- Syslog.close\n- Syslog.crit\n- Syslog.debug\n- Syslog.emerg\n- Syslog.err\n- Syslog.facility\n- Syslog.ident\n- Syslog.info\n- Syslog.log(priority, format, \\*arg)\n- Syslog.notice\n- Syslog.open\n- Syslog.opened?\n- Syslog.options\n- Syslog.warning\n\nNote: You can write syslog messages without calling Syslog.open though it is required on CRuby.\n\n## License\n\nCopyright (c) 2012 Internet Initiative Japan Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \"Software\"), \nto deal in the Software without restriction, including without limitation \nthe rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in \nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING \nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \nDEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["Logging"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiij%2Fmruby-syslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiij%2Fmruby-syslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiij%2Fmruby-syslog/lists"}