{"id":34123159,"url":"https://github.com/osagiedg/mlog","last_synced_at":"2026-05-28T06:32:38.912Z","repository":{"id":275447087,"uuid":"926086786","full_name":"OsagieDG/mlog","owner":"OsagieDG","description":" Logging Middleware for Go HTTP Server ","archived":false,"fork":false,"pushed_at":"2025-03-28T11:47:21.000Z","size":437,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T12:34:03.206Z","etag":null,"topics":["logging-library","logging-middleware","logging-package"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OsagieDG.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":"2025-02-02T14:24:17.000Z","updated_at":"2025-03-28T11:47:24.000Z","dependencies_parsed_at":"2025-02-02T16:36:31.618Z","dependency_job_id":null,"html_url":"https://github.com/OsagieDG/mlog","commit_stats":null,"previous_names":["osagiedg/mlog"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OsagieDG/mlog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OsagieDG%2Fmlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OsagieDG%2Fmlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OsagieDG%2Fmlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OsagieDG%2Fmlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OsagieDG","download_url":"https://codeload.github.com/OsagieDG/mlog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OsagieDG%2Fmlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27737690,"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-12-14T02:00:11.348Z","response_time":56,"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":["logging-library","logging-middleware","logging-package"],"created_at":"2025-12-14T22:04:24.073Z","updated_at":"2025-12-14T22:04:32.098Z","avatar_url":"https://github.com/OsagieDG.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mlog\n- Logging Middleware for Go HTTP Server\n\n\n## Installation\n```\n     go get github.com/OsagieDG/mlog\n```\n\n## Usage\nimport `github.com/OsagieDG/mlog/service/middleware`\n\n```go\n\nmlog := middleware.MLog(\n    middleware.LogResponse,\n    middleware.RecoverPanic,\n)\n\nlistenAddr := \":6862\"\nlog.Printf(\"Server is listening on %s\", listenAddr)\nif err := http.ListenAndServe(listenAddr, mlog(router)); err != nil {\n    log.Fatal(\"HTTP server error:\", err)\n}\n\n```\n\n![mlog](https://github.com/OsagieDG/mlog/blob/main/blob/mlog.png)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosagiedg%2Fmlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosagiedg%2Fmlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosagiedg%2Fmlog/lists"}