{"id":18396808,"url":"https://github.com/bartventer/log","last_synced_at":"2025-04-12T15:07:15.255Z","repository":{"id":255438984,"uuid":"850625397","full_name":"bartventer/log","owner":"bartventer","description":"Custom Golang logger with interfaces for the standard log and log/slog packages","archived":false,"fork":false,"pushed_at":"2024-11-25T01:02:18.000Z","size":46,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T15:07:12.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/bartventer/log","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bartventer.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":"2024-09-01T10:20:40.000Z","updated_at":"2024-09-11T22:24:05.000Z","dependencies_parsed_at":"2024-09-02T04:57:23.364Z","dependency_job_id":"fe4d5ce2-3984-4615-b588-200af7e426a1","html_url":"https://github.com/bartventer/log","commit_stats":null,"previous_names":["bartventer/log"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartventer%2Flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartventer%2Flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartventer%2Flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartventer%2Flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartventer","download_url":"https://codeload.github.com/bartventer/log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586235,"owners_count":21128997,"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":[],"created_at":"2024-11-06T02:14:56.133Z","updated_at":"2025-04-12T15:07:15.222Z","avatar_url":"https://github.com/bartventer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# log\n[![Go Reference](https://pkg.go.dev/badge/github.com/bartventer/log.svg)](https://pkg.go.dev/github.com/bartventer/log)\n[![Go Report Card](https://goreportcard.com/badge/github.com/bartventer/log)](https://goreportcard.com/report/github.com/bartventer/log)\n[![Test](https://github.com/bartventer/log/actions/workflows/default.yml/badge.svg)](https://github.com/bartventer/log/actions/workflows/default.yml)\n[![codecov](https://codecov.io/gh/bartventer/log/graph/badge.svg?token=btaj9v5KWM)](https://codecov.io/gh/bartventer/log)\n\n`log` provides a structured logger with context support.\n\n![Made with VHS](https://vhs.charm.sh/vhs-omATZaviv1LkaPtgJ5UFL.gif)\n\n_Refer to [examples/app](examples/app/app.go) for the source code._\n\n## Installation\n\n```bash\ngo get -u github.com/bartventer/log\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"github.com/bartventer/log\"\n)\n\nfunc main() {\n    logger := log.New(log.UseLevel(log.DebugLevel))\n    \n    logger.Debug(\"Oh, hi!\")\n}\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\nThis project is a refactored version of the fantastic [charmbracelet/log](https://github.com/charmbracelet/log), which is a part of [Charm](https://charm.sh/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartventer%2Flog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartventer%2Flog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartventer%2Flog/lists"}