{"id":22222451,"url":"https://github.com/phsym/slogctx","last_synced_at":"2025-03-25T08:12:34.489Z","repository":{"id":196353000,"uuid":"695808589","full_name":"phsym/slogctx","owner":"phsym","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-16T16:11:10.000Z","size":84,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T07:22:13.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phsym.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":"2023-09-24T09:41:56.000Z","updated_at":"2025-01-16T16:10:11.000Z","dependencies_parsed_at":"2024-07-08T15:42:56.224Z","dependency_job_id":null,"html_url":"https://github.com/phsym/slogctx","commit_stats":null,"previous_names":["phsym/slogctx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fslogctx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fslogctx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fslogctx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fslogctx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phsym","download_url":"https://codeload.github.com/phsym/slogctx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245423193,"owners_count":20612748,"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-12-02T23:18:20.941Z","updated_at":"2025-03-25T08:12:34.452Z","avatar_url":"https://github.com/phsym.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slogctx\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/phsym/slogctx.svg)](https://pkg.go.dev/github.com/phsym/slogctx) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/phsym/slogctx/master/LICENSE) [![Build](https://github.com/phsym/slogctx/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/phsym/slogctx/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/phsym/slogctx/graph/badge.svg?token=ZIJT9L79QP)](https://codecov.io/gh/phsym/slogctx) [![Go Report Card](https://goreportcard.com/badge/github.com/phsym/slogctx)](https://goreportcard.com/report/github.com/phsym/slogctx)\n\n\u003e WORK IN PROGRESS\n\n\n## Installation\n```bash\ngo get github.com/phsym/slogctx@latest\n```\n\n## Example\n```go\npackage main\n\nimport (\n\t\"errors\"\n\t\"log/slog\"\n\t\"os\"\n\n\t\"github.com/phsym/slogctx\"\n)\n\nfunc main() {\n\tlogger := slog.New(\n\t\tconsole.NewHandler(os.Stderr, \u0026console.HandlerOptions{Level: slog.LevelDebug}),\n\t)\n\tslog.SetDefault(logger)\n\t// TBD ...\n}\n```\n\n\n## Performances\nSee [benchmark file](./bench_test.go) for details.\n\nTBD ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphsym%2Fslogctx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphsym%2Fslogctx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphsym%2Fslogctx/lists"}