{"id":20051756,"url":"https://github.com/golangtoolkits/go-level-logger","last_synced_at":"2026-06-08T08:06:04.169Z","repository":{"id":90303547,"uuid":"598808390","full_name":"GolangToolKits/go-level-logger","owner":"GolangToolKits","description":"A three level logger for Golang. It has the following levels: debug, info, and error.","archived":false,"fork":false,"pushed_at":"2023-02-26T01:19:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T09:19:56.758Z","etag":null,"topics":["go","golang","log","logger","logging","logs"],"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/GolangToolKits.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-02-07T21:06:45.000Z","updated_at":"2023-02-15T18:28:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d37334e-e519-48db-aa99-717e8d072f52","html_url":"https://github.com/GolangToolKits/go-level-logger","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"edf417d2982c8f8ae4726afb400ec71796b16ff4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GolangToolKits%2Fgo-level-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GolangToolKits%2Fgo-level-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GolangToolKits%2Fgo-level-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GolangToolKits%2Fgo-level-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GolangToolKits","download_url":"https://codeload.github.com/GolangToolKits/go-level-logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241482035,"owners_count":19969847,"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","log","logger","logging","logs"],"created_at":"2024-11-13T12:05:45.151Z","updated_at":"2026-06-08T08:06:04.163Z","avatar_url":"https://github.com/GolangToolKits.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-level-logger\nA three level logger for Golang. It has the following levels: debug, info, and error.\n\n### Examples\n\n```go\nimport(\n    logger \"github.com/GolangToolKits/go-level-logger\"\n)\n\nvar lg logger.Logger\n\nlog:= lg.New()\nlog.SetLogLevel(logger.AllLevel)\n\nlog.Debug(\"this is debug logging\", \"this too\")\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolangtoolkits%2Fgo-level-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolangtoolkits%2Fgo-level-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolangtoolkits%2Fgo-level-logger/lists"}