{"id":36474591,"url":"https://github.com/drj-sharma/glogger","last_synced_at":"2026-01-14T22:16:46.031Z","repository":{"id":64303419,"uuid":"565848483","full_name":"drj-sharma/glogger","owner":"drj-sharma","description":"A logging library for Golang, simple and easy to use compatible with the standard library logger.","archived":false,"fork":false,"pushed_at":"2022-12-06T03:17:43.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T02:45:10.517Z","etag":null,"topics":["go","golang","library","logger"],"latest_commit_sha":null,"homepage":"https://github.com/drj-sharma/glogger","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/drj-sharma.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":"2022-11-14T13:07:08.000Z","updated_at":"2023-01-05T06:38:44.000Z","dependencies_parsed_at":"2023-01-15T10:00:39.854Z","dependency_job_id":null,"html_url":"https://github.com/drj-sharma/glogger","commit_stats":null,"previous_names":["wayne9499/glogger"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/drj-sharma/glogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drj-sharma%2Fglogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drj-sharma%2Fglogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drj-sharma%2Fglogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drj-sharma%2Fglogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drj-sharma","download_url":"https://codeload.github.com/drj-sharma/glogger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drj-sharma%2Fglogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","golang","library","logger"],"created_at":"2026-01-12T00:46:10.230Z","updated_at":"2026-01-14T22:16:46.026Z","avatar_url":"https://github.com/drj-sharma.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Glogger: A logging library for Golang, simple and easy to use compatible with the standard library logger.\n\n\n## Installation \u0026 testing\n\nUse below as package to install glogger in your Go project\n\nRUN\n```\ngo get github.com/drj-sharma/glogger@latest\n```\n\nand use below package as logger, see example for more details\n```\ngithub.com/drj-sharma/glogger\n```\n\u0026nbsp;\n\nexample\n\n```bash\nimport (\n\tlog \"github.com/drj-sharma/glogger\"\n)\nvar (\n\tlogging = log.Logger{}\n\tlogger  = logging.GetLogger()\n)\n\nfunc main() {\n    logger.Info(\"This is info logger\")\n    logger.Debug(\"This is debug logger\")\n    logger.Fatal(\"This is fatal logger\")\n    // example log\n    \"[time] - LOGGER_LEVEL - LOG_MSG\"\n}\n```\n\n---\n\u0026nbsp;\n\nEasiest way to test this library by using Docker\n\n```bash\ndocker build -t app .\n\ndocker run app\n```\n\nOR\n\nUse Makefile (https://askubuntu.com/questions/161104/how-do-i-install-make)\n\n``` bash\nmake docker-build\n\nmake docker-run\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrj-sharma%2Fglogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrj-sharma%2Fglogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrj-sharma%2Fglogger/lists"}