{"id":25014344,"url":"https://github.com/gregoryv/fox","last_synced_at":"2025-03-30T05:13:20.254Z","repository":{"id":57506771,"uuid":"233225286","full_name":"gregoryv/fox","owner":"gregoryv","description":"Simple logger interface for Go","archived":false,"fork":false,"pushed_at":"2020-11-13T14:51:07.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T07:19:38.216Z","etag":null,"topics":["go","golang","logging","test"],"latest_commit_sha":null,"homepage":"","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/gregoryv.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":null,"security":null,"support":null}},"created_at":"2020-01-11T12:03:08.000Z","updated_at":"2020-11-13T14:51:09.000Z","dependencies_parsed_at":"2022-08-28T10:23:30.670Z","dependency_job_id":null,"html_url":"https://github.com/gregoryv/fox","commit_stats":null,"previous_names":["gregoryv/log"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Ffox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Ffox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Ffox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Ffox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/fox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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","logging","test"],"created_at":"2025-02-05T07:19:08.350Z","updated_at":"2025-03-30T05:13:20.233Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[fox](https://godoc.org/github.com/gregoryv/fox) - package provides an alternate Logger design\n\n![fox logo](doc/logo-small.png)\n\n## Quick start\n\n    go get github.com/gregoryv/fox\n\n    Log := fox.NewSyncLog(os.Stdout).Log\n\tLog(\"something\")\n\n\tfunc Test_thing(t *testing.T) {\n\t   thingWith.Logger := t\n\t   ...\n\t}\n\n## Design\n\nBased on the principle that interfaces should be kept small this package\nprovides a Logger interface with one func only\n\n    Log(v ...interface{})\n\n![design overview](doc/design_overview.svg)\n\nThe design focuses on separation between writing and formating\n\n- SyncLog only writes messages to the output ensuring each one ends with a new line\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Ffox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Ffox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Ffox/lists"}