{"id":18830698,"url":"https://github.com/nextronsystems/simplesyslog","last_synced_at":"2025-08-18T15:31:38.204Z","repository":{"id":57502996,"uuid":"54679805","full_name":"NextronSystems/simplesyslog","owner":"NextronSystems","description":"Simple SYSLOG client in Go","archived":false,"fork":false,"pushed_at":"2024-06-17T13:14:22.000Z","size":23,"stargazers_count":22,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-09T00:06:18.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NextronSystems.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":"2016-03-24T23:02:28.000Z","updated_at":"2024-11-11T15:28:14.000Z","dependencies_parsed_at":"2024-06-19T00:17:22.713Z","dependency_job_id":"784b087e-20ba-4b08-be5a-533d6175341f","html_url":"https://github.com/NextronSystems/simplesyslog","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextronSystems%2Fsimplesyslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextronSystems%2Fsimplesyslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextronSystems%2Fsimplesyslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextronSystems%2Fsimplesyslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextronSystems","download_url":"https://codeload.github.com/NextronSystems/simplesyslog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230245330,"owners_count":18196134,"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-11-08T01:49:58.281Z","updated_at":"2024-12-18T09:08:35.733Z","avatar_url":"https://github.com/NextronSystems.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplesyslog\n\n[![Build Status](https://travis-ci.org/NextronSystems/simplesyslog.svg?branch=master)](https://travis-ci.org/NextronSystems/simplesyslog)\n\nSimple SYSLOG client in Go\n\n## Installation\n\n`go get github.com/NextronSystems/simplesyslog`\n\n## Example Usage\n\n```go\n\nimport (\n    syslog \"github.com/NextronSystems/simplesyslog\"\n)\n\nconst SyslogServer = \"\u003chostname\u003e:\u003cport\u003e\"\n\nfunc main() {\n    client, err := syslog.NewClient(syslog.ConnectionUDP, SyslogServer)\n    if err != nil {\n        ...\n    }\n    defer client.Close()\n    if err := client.Send(\"foo bar baz\", syslog.LOG_LOCAL0|syslog.LOG_NOTICE); err != nil {\n        ...\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextronsystems%2Fsimplesyslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextronsystems%2Fsimplesyslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextronsystems%2Fsimplesyslog/lists"}