{"id":16390520,"url":"https://github.com/vasuvanka/gologger","last_synced_at":"2025-08-20T22:42:53.340Z","repository":{"id":57540920,"uuid":"290673156","full_name":"vasuvanka/gologger","owner":"vasuvanka","description":"json formatted logger for gofiber framework","archived":false,"fork":false,"pushed_at":"2022-04-19T11:31:41.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T18:50:37.460Z","etag":null,"topics":["fiber-framework","golang","logger","logger-middleware"],"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/vasuvanka.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":"2020-08-27T04:15:14.000Z","updated_at":"2022-11-14T03:41:38.000Z","dependencies_parsed_at":"2022-09-17T23:22:35.040Z","dependency_job_id":null,"html_url":"https://github.com/vasuvanka/gologger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vasuvanka/gologger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasuvanka%2Fgologger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasuvanka%2Fgologger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasuvanka%2Fgologger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasuvanka%2Fgologger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vasuvanka","download_url":"https://codeload.github.com/vasuvanka/gologger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasuvanka%2Fgologger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271399331,"owners_count":24752808,"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-08-20T02:00:09.606Z","response_time":69,"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":["fiber-framework","golang","logger","logger-middleware"],"created_at":"2024-10-11T04:43:34.997Z","updated_at":"2025-08-20T22:42:53.286Z","avatar_url":"https://github.com/vasuvanka.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gologger\njson formatted logger for gofiber framework\n\n# Usage\n```go\npackage main\n\nimport (\n\t\"github.com/gofiber/fiber\"\n\t\"github.com/vasuvanka/gologger\"\n)\n\nfunc main() {\n\tapp := fiber.New()\n\n\tapp.Use(gologger.Log)\n\t\n\tapp.Get(\"/\", func(c *fiber.Ctx) {\n\t\tc.Send(\"Hello, World 👋!\")\n\t})\n\n\tapp.Listen(3000)\n}\n```\n\n# License\nMIT\n\n# Free Software\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasuvanka%2Fgologger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvasuvanka%2Fgologger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasuvanka%2Fgologger/lists"}