{"id":22912195,"url":"https://github.com/simplyyan/lagra","last_synced_at":"2026-03-01T16:31:03.014Z","repository":{"id":193943726,"uuid":"689768648","full_name":"simplyYan/LAGRA","owner":"simplyYan","description":"A super-fast, lightweight logger with zero allocation to the Go language.","archived":false,"fork":false,"pushed_at":"2025-05-23T10:25:40.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T18:15:31.231Z","etag":null,"topics":["fmt","framework","go","go-framework","go-lib","go-module","go-package","golang","golang-library","lib","library","log","logger","logger-middleware","logging","logging-framework","logging-library","logs"],"latest_commit_sha":null,"homepage":"https://simplyYan.github.io/LAGRA/root","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/simplyYan.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://github.com/simplyYan/simplyYan/blob/main/DONATE.MD"]}},"created_at":"2023-09-10T20:48:39.000Z","updated_at":"2025-08-27T12:35:08.000Z","dependencies_parsed_at":"2024-12-14T04:27:32.107Z","dependency_job_id":"00767d0e-ec7a-47ee-8d54-8e580a50ac79","html_url":"https://github.com/simplyYan/LAGRA","commit_stats":null,"previous_names":["nervousgroove/lagra","simplyyan/lagra"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/simplyYan/LAGRA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FLAGRA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FLAGRA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FLAGRA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FLAGRA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplyYan","download_url":"https://codeload.github.com/simplyYan/LAGRA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FLAGRA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:18:32.386Z","status":"ssl_error","status_checked_at":"2026-03-01T16:18:04.258Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fmt","framework","go","go-framework","go-lib","go-module","go-package","golang","golang-library","lib","library","log","logger","logger-middleware","logging","logging-framework","logging-library","logs"],"created_at":"2024-12-14T04:27:04.843Z","updated_at":"2026-03-01T16:31:02.967Z","avatar_url":"https://github.com/simplyYan.png","language":"Go","funding_links":["https://github.com/simplyYan/simplyYan/blob/main/DONATE.MD"],"categories":[],"sub_categories":[],"readme":"= LAGRA: A Go Logging Library\n\nimage::lagra.png[LAGRA Logo]\n\n== Description\n\nLAGRA is a Go logging library designed to be easy, efficient, fast, and lightweight with zero allocations. It offers advanced logging customization options and serves as an alternative to Zerolog and Logrus.\n\n=== LAGRA is 8 times faster than \"fmt\" and 2.28 times faster than \"Zerolog\". Test done via \"testing\", link:https://github.com/simplyYan/LAGRA/blob/main/benchmark.redhat[click here]. Test carried out on 17/10/2023.\n\n== Installation\n\nTo get started with LAGRA, you can add it to your Go project using `go get`:\n\n[source,shell]\n----\ngo get -u github.com/simplyYan/LAGRA\n----\n\n== Documentation\n\nTo read the documentation, go to https://github.com/simplyYan/LAGRA/wiki/Documentation\n\n== Features and Advantages\n\nLAGRA offers several features and advantages that make it a solid choice for your Go logging needs:\n\n1. *Easy to Use*: LAGRA is designed for simplicity. You can start logging with just a few lines of code.\n\n2. *Efficiency and Zero Allocation*: LAGRA is resource-efficient and minimizes memory allocations, ensuring high performance.\n\n3. *Log Levels*: It supports different log levels (debug, info, warning, error) so you can control the granularity of recorded messages.\n\n4. *Customization*: You can customize the log message output format to suit different contexts and project requirements.\n\n5. *Log Destinations*: In addition to printing logs to the console, LAGRA allows you to direct logs to different destinations, such as files, network outputs, or even third-party systems.\n\n6. *Simple Configuration*: LAGRA's configuration is straightforward and human-readable, making log customization easy.\n\n7. *Extensive Documentation*: The library comes with comprehensive documentation and usage examples to help you make the most of its features.\n\n8. *Open Source License*: LAGRA is distributed under the MIT license, allowing you to use it in both commercial and open-source projects without restrictions.\n\n9. *Active Community*: The Go developer community is active and ready to provide support and contributions to LAGRA.\n\nLAGRA is a solid choice for those seeking an efficient, user-friendly, and highly customizable logging solution in Go.\n\n\u003e By Wesley Yan Soares Brehmer, CEO/Founder of MeanByte\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyyan%2Flagra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyyan%2Flagra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyyan%2Flagra/lists"}