{"id":22135587,"url":"https://github.com/mfinelli/go-gooseloggers","last_synced_at":"2025-08-02T00:38:40.621Z","repository":{"id":193122167,"uuid":"688165366","full_name":"mfinelli/go-gooseloggers","owner":"mfinelli","description":"custom loggers for goose","archived":false,"fork":false,"pushed_at":"2024-04-22T18:52:55.000Z","size":93,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T16:16:56.266Z","etag":null,"topics":["go","golang","goose","pterm","zerolog"],"latest_commit_sha":null,"homepage":"https://go.finelli.dev/gooseloggers","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/mfinelli.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}},"created_at":"2023-09-06T19:33:47.000Z","updated_at":"2023-12-05T09:30:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"90554282-861b-47da-b8bb-7ac7db78500c","html_url":"https://github.com/mfinelli/go-gooseloggers","commit_stats":null,"previous_names":["mfinelli/go-gooseloggers"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mfinelli/go-gooseloggers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfinelli%2Fgo-gooseloggers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfinelli%2Fgo-gooseloggers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfinelli%2Fgo-gooseloggers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfinelli%2Fgo-gooseloggers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfinelli","download_url":"https://codeload.github.com/mfinelli/go-gooseloggers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfinelli%2Fgo-gooseloggers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262151862,"owners_count":23266929,"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":["go","golang","goose","pterm","zerolog"],"created_at":"2024-12-01T19:15:20.782Z","updated_at":"2025-06-26T22:35:56.636Z","avatar_url":"https://github.com/mfinelli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gooseloggers\n\n[![Default](https://github.com/mfinelli/go-gooseloggers/actions/workflows/default.yml/badge.svg)](https://github.com/mfinelli/go-gooseloggers/actions/workflows/default.yml)\n[![Go Reference](https://pkg.go.dev/badge/go.finelli.dev/gooseloggers.svg)](https://pkg.go.dev/go.finelli.dev/gooseloggers)\n\nA few custom [goose](https://github.com/pressly/goose) loggers that I use in\nsome of my other projects.\n\n## usage\n\n```go\npackage main\n\nimport (\n\t\"github.com/rs/zerolog/log\"\n\tglog \"go.finelli.dev/gooseloggers/zerolog\"\n)\n\nfunc main() {\n\tgoose.SetLogger(glog.GooseZerologLogger(\u0026log.Logger))\n\t// now do some goose-stuff\n}\n```\n\n### loggers\n\nI use a [zerolog](https://github.com/rs/zerolog)-based logger for my\napplications and a [pterm](https://github.com/pterm/pterm)-based logger for\nmy CLI applications, but it's not too challenging to add others.\n\n## license\n\n```\nCopyright 2023 Mario Finelli\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfinelli%2Fgo-gooseloggers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfinelli%2Fgo-gooseloggers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfinelli%2Fgo-gooseloggers/lists"}