{"id":31286913,"url":"https://github.com/erhaem/loggi","last_synced_at":"2025-09-24T10:55:07.524Z","repository":{"id":315884536,"uuid":"1061144828","full_name":"erhaem/loggi","owner":"erhaem","description":"Yet another simple Go colored logger","archived":false,"fork":false,"pushed_at":"2025-09-21T11:07:50.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T12:24:56.858Z","etag":null,"topics":["go","log","logger","logging"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erhaem.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-21T10:36:28.000Z","updated_at":"2025-09-21T11:19:20.000Z","dependencies_parsed_at":"2025-09-21T12:24:59.260Z","dependency_job_id":"68a55ec5-976b-472a-baab-fb28c052e5a1","html_url":"https://github.com/erhaem/loggi","commit_stats":null,"previous_names":["erhaem/loggi"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/erhaem/loggi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erhaem%2Floggi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erhaem%2Floggi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erhaem%2Floggi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erhaem%2Floggi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erhaem","download_url":"https://codeload.github.com/erhaem/loggi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erhaem%2Floggi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276737507,"owners_count":25695699,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","log","logger","logging"],"created_at":"2025-09-24T10:55:03.119Z","updated_at":"2025-09-24T10:55:07.513Z","avatar_url":"https://github.com/erhaem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loggi\n\nYet another simple Go colored logger. Print logs with colors and timestamp in Go! \n\n## Installation\n```bash\ngo get github.com/erhaem/loggi@latest\n```\n\n## Example Usage\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\n\t\"github.com/erhaem/loggi\"\n)\n\nfunc main() {\n\tport := 8000\n\tloggi.Info(fmt.Sprintf(\"server running on port %d\", port))\n\n\tdiskFree := 5\n\tloggi.Warn(fmt.Sprintf(\"disk space critically low: %d%% remaining\", diskFree))\n\n\tdbErr := fmt.Errorf(\"timeout after %ds\", 30)\n\tloggi.Error(fmt.Sprintf(\"failed to connect db: %v\", dbErr))\n\n\tquery := \"SELECT * FROM users WHERE id=42\"\n\tduration := 18 * time.Millisecond\n\tloggi.Debug(fmt.Sprintf(\"query `%s` executed in %v\", query, duration))\n\n\tloggi.Info(\"all set!\")\n}\n```\n## Screenshot\n\n![Example](loggi-example.jpg)\n\n## License\n\n[WTFPL](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferhaem%2Floggi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferhaem%2Floggi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferhaem%2Floggi/lists"}