{"id":19466806,"url":"https://github.com/dena/aelog","last_synced_at":"2025-10-23T23:32:20.964Z","repository":{"id":47695171,"uuid":"201427867","full_name":"DeNA/aelog","owner":"DeNA","description":"App Engine Logger","archived":false,"fork":false,"pushed_at":"2023-07-07T06:50:46.000Z","size":61,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-19T15:12:57.588Z","etag":null,"topics":["appengine","appengine-go","go"],"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/DeNA.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}},"created_at":"2019-08-09T08:40:54.000Z","updated_at":"2023-07-07T06:50:52.000Z","dependencies_parsed_at":"2023-07-14T07:01:25.315Z","dependency_job_id":null,"html_url":"https://github.com/DeNA/aelog","commit_stats":null,"previous_names":["emahiro/ae-plain-logger"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeNA%2Faelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeNA%2Faelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeNA%2Faelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeNA%2Faelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeNA","download_url":"https://codeload.github.com/DeNA/aelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223996549,"owners_count":17238326,"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":["appengine","appengine-go","go"],"created_at":"2024-11-10T18:30:22.294Z","updated_at":"2025-10-23T23:32:15.944Z","avatar_url":"https://github.com/DeNA.png","language":"Go","readme":"# App Engine Logger\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/DeNA/aelog)](https://goreportcard.com/report/github.com/DeNA/aelog)\n[![GoDoc](https://godoc.org/github.com/DeNA/aelog?status.svg)](https://godoc.org/github.com/DeNA/aelog)\n\nThis is Logger for App Engine 2nd Generation.\nApp Engine Plain Logger only supports structured logging (ref: [https://cloud.google.com/logging/docs/structured-logging](https://cloud.google.com/logging/docs/structured-logging)), so this does not support logging experience which proprietary App Engine API provided.\n\n## How to use\n\n```go\nmux := http.NewServeMux()\nmux.HandleFunc(\"/\", func(writer http.ResponseWriter, request *http.Request) {\n    ctx := request.Context()\n    aelog.Infof(ctx, \"some log message\")\n})\n\nh := middleware.AELogger(\"ServeHTTP\")(mux)\n\nif err := http.ListenAndServe(fmt.Sprintf(\":%s\", port), h); err != nil {\n    panic(err)\n}\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdena%2Faelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdena%2Faelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdena%2Faelog/lists"}