{"id":20031649,"url":"https://github.com/2yuri/logg","last_synced_at":"2025-05-05T04:31:31.739Z","repository":{"id":57632038,"uuid":"410855911","full_name":"2yuri/logg","owner":"2yuri","description":" 📫 Cloud logging library in golang","archived":false,"fork":false,"pushed_at":"2021-10-29T17:41:20.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T08:17:01.363Z","etag":null,"topics":["cloud-logging","golang","golang-library","hacktoberfest","logger","logging"],"latest_commit_sha":null,"homepage":"","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/2yuri.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":"2021-09-27T11:25:32.000Z","updated_at":"2024-06-12T15:54:50.000Z","dependencies_parsed_at":"2022-08-31T13:02:01.136Z","dependency_job_id":null,"html_url":"https://github.com/2yuri/logg","commit_stats":null,"previous_names":["hyperyuri/logg"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2yuri%2Flogg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2yuri%2Flogg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2yuri%2Flogg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2yuri%2Flogg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2yuri","download_url":"https://codeload.github.com/2yuri/logg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224425471,"owners_count":17309125,"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":["cloud-logging","golang","golang-library","hacktoberfest","logger","logging"],"created_at":"2024-11-13T09:34:11.503Z","updated_at":"2024-11-13T09:34:12.197Z","avatar_url":"https://github.com/2yuri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 logg\n\n## Open Source Cloud logging library in Go.\n\n## About the project\n\n- Connect your golang microservices logs with this engine!\n- Send your logs to kafka, rabbitMQ or REST! And then manage them!\n- Feel free to implement more writers\n\n## Instalation\n\n`go get -u github.com/hyperyuri/logg`\n\n## Quick Start\n\n```\n//Setup logger\nlogger := logg.NewLogger().\nWithWriter(writer.WithDebugMode()).\nWithDefaultConfig(logg.NewDefaultConfig(\"team-x\", \"project-x\"))\nlogger.SetLevels(levels.NewLevels(logger))\n\n//To use the log\nlogger.Error(\"This is an example of an error\")\n```\n\n- Check the examples folder to see more options\n\n## 💪 How to contribute to the project?\n\n- Do a fork of the project.\n- Submitting issue (please, follow [template](https://github.com/hyperyuri/logg/tree/master/.github/ISSUE_TEMPLATE/ISSUE_FORM.md))\n- Create a new branch with your changes: git checkout -b my-feature\n- Save your changes and create a commit with a message: git commit -m \"feature: My new feature\"\n- Send your changes and send a PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2yuri%2Flogg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2yuri%2Flogg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2yuri%2Flogg/lists"}