{"id":17861106,"url":"https://github.com/jonathanstowe/log-syslog-native","last_synced_at":"2025-08-14T14:30:45.847Z","repository":{"id":30661212,"uuid":"34216928","full_name":"jonathanstowe/Log-Syslog-Native","owner":"jonathanstowe","description":"Provide access to the Native syslog facility on Unix-like systems for Raku","archived":false,"fork":false,"pushed_at":"2022-08-07T08:46:29.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T20:11:39.418Z","etag":null,"topics":["logging","raku","syslog","unix"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2015-04-19T17:41:39.000Z","updated_at":"2022-08-07T08:46:33.000Z","dependencies_parsed_at":"2022-08-30T06:00:18.054Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/Log-Syslog-Native","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLog-Syslog-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLog-Syslog-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLog-Syslog-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLog-Syslog-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/Log-Syslog-Native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229834332,"owners_count":18131454,"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":["logging","raku","syslog","unix"],"created_at":"2024-10-28T08:42:55.306Z","updated_at":"2024-12-15T14:40:29.936Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log::Syslog::Native\n\nProvide access to the Native syslog facility on Unix-like systems for Raku\n\n![Build Status](https://github.com/jonathanstowe/Log-Syslog-Native/workflows/CI/badge.svg)\n\n## Synopsis\n\n```perl6\nuse Log::Syslog::Native;\n\nmy $logger = Log::Syslog::Native.new(facility =\u003e Log::Syslog::Native::Mail);\n\n$logger.warning(\"Couldn't activate wormhole interface\");\n```\n\n## Description\n\nThis provides a simple, perhaps naive,interface to the POSIX syslog facility\nfound on most Unix-like systems.\n\nIt should be enough to get you started with simple logging to your system's\nlog files, though exactly what files those might be and how they are logged\nis a function of the system configuration and the exact logging software\nthat is being used.\n\nThis does not provide logging to a remote syslog server, nor does it provide\nsyslog style logging to platforms that do not provide a ''syslog()'' function\nin their standard runtime library.\n\n## Installation\n\nCurrently there is no dedicated test to determine whether your platform is\nsupported, the unit tests will simply fail horribly.\n\nAssuming you have a working Rakudo installation you should be able to install this with *zef* :\n\n    # From the source directory\n   \n    zef install .\n\n    # Remove installation\n\n    zef install Log::Syslog::Native\n\nOther install mechanisms may be become available in the future.\n\n## Support\n\nSuggestions/patches are welcomed via github at:\n\nhttps://github.com/jonathanstowe/Log-Syslog-Native/issues\n\nI'm not able to test on a wide variety of platforms so any help there would be \nappreciated.\n\nThings that I know don't work as of the current release are:\n\n    * The built in sprintf is emulated because no varargs in NativeCall yet \n\nHelp with these is explicitly invited.\n\n## Licence\n\nThis is free software.\n\nPlease see the [LICENCE](LICENCE) file in the distribution.\n\n© Jonathan Stowe 2015, 2016, 2017, 2019, 2021\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flog-syslog-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Flog-syslog-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flog-syslog-native/lists"}