{"id":37871277,"url":"https://github.com/mailsac/saclogsend","last_synced_at":"2026-01-16T16:41:07.629Z","repository":{"id":57534147,"uuid":"113111831","full_name":"mailsac/saclogsend","owner":"mailsac","description":"A wrapper for logging to a remote syslog server over UDP","archived":false,"fork":false,"pushed_at":"2018-03-31T14:00:53.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T10:16:42.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mailsac.com/docs/api","language":"Go","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/mailsac.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-12-05T00:41:13.000Z","updated_at":"2018-10-22T14:43:50.000Z","dependencies_parsed_at":"2022-09-26T18:21:28.335Z","dependency_job_id":null,"html_url":"https://github.com/mailsac/saclogsend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mailsac/saclogsend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsac%2Fsaclogsend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsac%2Fsaclogsend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsac%2Fsaclogsend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsac%2Fsaclogsend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailsac","download_url":"https://codeload.github.com/mailsac/saclogsend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsac%2Fsaclogsend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-16T16:41:06.893Z","updated_at":"2026-01-16T16:41:07.621Z","avatar_url":"https://github.com/mailsac.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saclogsend\n\nA wrapper around Go's syslog package for transmitting logs to a remote syslog server over UDP.\n\nUsed by the Go microservices of [mailsac.com](https://mailsac.com/docs/api).\n\n## Usage\n\n```go\npackage main\n\nimport (\n  \"flag\"\n\n  \"github.com/mailsac/saclogsend\"\n)\n\nvar syslogNet = flag.String(\"syslog\", \"127.0.0.1:514\", \"net location of a syslog server\")\n\nvar slog *saclogsend.Slog\n\nfunc main() {\n  flag.Parse()\n  var err error\n  slog, err = saclogsend.New(\"inbound\", *syslogNet)\n  if err != nil {\n    slog.Err(\"failed connecting to syslog, %s\", err.Error())\n  } else {\n    slog.Info(\"syslog connected:\" + *syslogNet)\n  }\n}\n```\n\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailsac%2Fsaclogsend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailsac%2Fsaclogsend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailsac%2Fsaclogsend/lists"}