{"id":15926228,"url":"https://github.com/jmank88/logprinter","last_synced_at":"2025-04-03T13:25:20.172Z","repository":{"id":57600981,"uuid":"83583159","full_name":"jmank88/logprinter","owner":"jmank88","description":"A Print/Printf adapter for kit/log","archived":false,"fork":false,"pushed_at":"2017-04-19T17:39:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T02:26:54.023Z","etag":null,"topics":["go","go-kit","golang","logging"],"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/jmank88.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}},"created_at":"2017-03-01T17:42:43.000Z","updated_at":"2017-04-25T17:37:10.000Z","dependencies_parsed_at":"2022-08-25T17:52:31.263Z","dependency_job_id":null,"html_url":"https://github.com/jmank88/logprinter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Flogprinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Flogprinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Flogprinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Flogprinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmank88","download_url":"https://codeload.github.com/jmank88/logprinter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247008031,"owners_count":20868315,"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","go-kit","golang","logging"],"created_at":"2024-10-06T22:22:23.331Z","updated_at":"2025-04-03T13:25:20.153Z","avatar_url":"https://github.com/jmank88.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logprinter [![GoDoc](https://godoc.org/github.com/jmank88/logprinter?status.svg)](https://godoc.org/github.com/jmank88/logprinter) [![Go Report Card](https://goreportcard.com/badge/github.com/jmank88/logprinter)](https://goreportcard.com/report/github.com/jmank88/logprinter)\nA Print/Printf adapter for kit/log\n\n```go\nvar l log.Logger = \u0026exampleLogger{}\np := logprinter.NewPrinter(l, \"msg\")\np.Print(\"test\")\np.Printf(\"%d\", 10)\n```\n\nOutput:\n\n```text\nmsg test\nmsg 10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Flogprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmank88%2Flogprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Flogprinter/lists"}