{"id":19329690,"url":"https://github.com/thalesfsp/sypl","last_synced_at":"2025-04-22T21:31:51.638Z","repository":{"id":60808363,"uuid":"532120721","full_name":"thalesfsp/sypl","owner":"thalesfsp","description":"Simple Yet Powerful Logger","archived":false,"fork":false,"pushed_at":"2024-11-22T19:12:17.000Z","size":251,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T04:23:29.567Z","etag":null,"topics":["concurrency","concurrent","go","golang","logger","multithread","non-blocking","text-processing"],"latest_commit_sha":null,"homepage":"https://github.com/thalesfsp/sypl","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/thalesfsp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-03T01:05:50.000Z","updated_at":"2024-11-22T19:12:11.000Z","dependencies_parsed_at":"2024-06-21T19:06:17.159Z","dependency_job_id":"d3e75a3f-b1ea-42d5-8ee2-fae676591dcf","html_url":"https://github.com/thalesfsp/sypl","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"f6220e58c8cd82452c75ae220112ce4c309f90da"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesfsp%2Fsypl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesfsp%2Fsypl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesfsp%2Fsypl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesfsp%2Fsypl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thalesfsp","download_url":"https://codeload.github.com/thalesfsp/sypl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250328530,"owners_count":21412633,"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":["concurrency","concurrent","go","golang","logger","multithread","non-blocking","text-processing"],"created_at":"2024-11-10T02:29:26.085Z","updated_at":"2025-04-22T21:31:51.303Z","avatar_url":"https://github.com/thalesfsp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sypl\n\n[![Go](https://github.com/thalesfsp/sypl/actions/workflows/go.yml/badge.svg)](https://github.com/thalesfsp/sypl/actions/workflows/go.yml)\n\n`sypl` provides a **S**imple **Y**et **P**owerful **L**ogger built on top of the Golang sypl. A sypl logger can have many `Output`s, and each `Output` is responsible for writing to a specified destination. Each `Output` can have multiple `Processor`s, which run in isolation manipulating the log message. The order of execution is important, and is according to the registering (add) order. These features allow `sypl` to fit into many different logging flows.\n\n## Install\n\n`$ go get github.com/thalesfsp/sypl`\n\n### Specific version\n\nExample: `$ go get github.com/thalesfsp/sypl@v1.2.0`\n\n## Usage\n\nSee [`example_test.go`](example_test.go), and [`sypl_test.go`](sypl_test.go) file.\n\n### Documentation\n\nRun `$ make doc` or check out [online](https://pkg.go.dev/github.com/thalesfsp/sypl).\n\n## How it works\n\nA picture worth thousand words.\n\n![high-level-arch](resources/sypl.svg)\n\n## Development\n\nCheck out [CONTRIBUTION](CONTRIBUTION.md).\n\n### Release\n\n1. Update [CHANGELOG](CHANGELOG.md) accordingly.\n2. Once changes from MR are merged.\n3. Tag and release.\n\n## Roadmap\n\nCheck out [CHANGELOG](CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalesfsp%2Fsypl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthalesfsp%2Fsypl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalesfsp%2Fsypl/lists"}