{"id":22505665,"url":"https://github.com/mageddo/go-logging","last_synced_at":"2025-03-27T23:26:52.987Z","repository":{"id":57486940,"uuid":"107729450","full_name":"mageddo/go-logging","owner":"mageddo","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-19T02:36:57.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T01:32:05.803Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mageddo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-20T21:45:59.000Z","updated_at":"2019-09-19T02:36:58.000Z","dependencies_parsed_at":"2022-09-01T22:51:24.731Z","dependency_job_id":null,"html_url":"https://github.com/mageddo/go-logging","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageddo%2Fgo-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageddo%2Fgo-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageddo%2Fgo-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageddo%2Fgo-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mageddo","download_url":"https://codeload.github.com/mageddo/go-logging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245940460,"owners_count":20697402,"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-07T00:30:40.389Z","updated_at":"2025-03-27T23:26:52.943Z","avatar_url":"https://github.com/mageddo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"A really simple and fast logger implementation independent\n\nCompability \n\n* Compatible with go 1.9\n* Works with go 1.7 but line numbers will be not accurate\n\nExample\n\n```go\nimport \"github.com/mageddo/go-logging\"\n...\nlogging.Debugf(\"hey %s\", \"Mark\")\nlogging.Infof(\"hey %s\", \"Mark\")\nlogging.Warnf(\"hey %s\", \"Mark\")\nlogging.Errorf(\"hey %s\", \"Mark\")\n```\n\nOut\n```\n2018/05/05 22:36:27 DEBUG f=main.go:8 pkg=main m=main hey Mark\n2018/05/05 22:36:27 INFO f=main.go:9 pkg=main m=main hey Mark\n2018/05/05 22:36:27 WARNING f=main.go:10 pkg=main m=main hey Mark\n2018/05/05 22:36:27 ERROR f=main.go:12 pkg=main m=main hey Mark\n```\n\nTesting it\n\n```\ndocker-compose up --abort-on-container-exit ci-build-test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageddo%2Fgo-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmageddo%2Fgo-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageddo%2Fgo-logging/lists"}