{"id":17925934,"url":"https://github.com/shoenig/loggy","last_synced_at":"2025-06-14T21:32:36.194Z","repository":{"id":34996708,"uuid":"166838165","full_name":"shoenig/loggy","owner":"shoenig","description":"Go's worst logging package","archived":false,"fork":false,"pushed_at":"2024-01-02T14:51:46.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T00:29:00.191Z","etag":null,"topics":["hacktoberfest","logging","worst"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shoenig.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":"2019-01-21T15:38:54.000Z","updated_at":"2022-03-27T23:09:27.000Z","dependencies_parsed_at":"2024-06-20T21:52:30.579Z","dependency_job_id":null,"html_url":"https://github.com/shoenig/loggy","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.4,"last_synced_commit":"a04eb9fe7f0d8738c64c31aa020cb260aee7e258"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoenig%2Floggy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoenig%2Floggy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoenig%2Floggy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoenig%2Floggy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoenig","download_url":"https://codeload.github.com/shoenig/loggy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989750,"owners_count":20865331,"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":["hacktoberfest","logging","worst"],"created_at":"2024-10-28T20:58:28.261Z","updated_at":"2025-04-03T11:14:05.012Z","avatar_url":"https://github.com/shoenig.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"loggy\n=====\n\nGo's worst logging package.\n\n![GitHub](https://img.shields.io/github/license/shoenig/loggy.svg)\n\n# Project Overview\n\nPackage `loggy` provides a simple logging library. It is focused on providing\nthe bare minimum implementation of a leveled-logger for Go projects.\n\n# Getting Started\n\nThe `loggy` package can be installed by running:\n```\n$ go get github.com/shoenig/loggy\n```\n\n#### Example Usage\nA source file with this block\n```golang\nlog := New(\"my-thing\")\nlog.Tracef(\"this is trace %d\", 1)\nlog.Infof(\"this is info %d\", 2)\nlog.Warnf(\"this is warn %d\", 3)\nlog.Errorf(\"this is error %d\", 4)\n```\n\nWill produce output\n```Text\n2019/01/21 09:36:32 TRACE [my-thing] this is trace 1\n2019/01/21 09:36:32 INFO  [my-thing] this is info 2\n2019/01/21 09:36:32 WARN  [my-thing] this is warn 3\n2019/01/21 09:36:32 ERROR [my-thing] this is error 4\n```\n\n# Contributing\n\nPackage `loggy` is pretty minimalist, and so it's basically feature complete.\nBug fixes and good ideas though are always welcome, please just file an issue.\n\n# License\n\nThe `github.com/shoenig/loggy` module is open source under the [BSD-3-Clause](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoenig%2Floggy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoenig%2Floggy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoenig%2Floggy/lists"}