{"id":32120589,"url":"https://github.com/grian32/glogger","last_synced_at":"2025-10-20T19:58:10.379Z","repository":{"id":41328022,"uuid":"368024415","full_name":"grian32/glogger","owner":"grian32","description":"A simple logger for Deno with minimal setup.","archived":true,"fork":false,"pushed_at":"2024-07-09T03:48:19.000Z","size":47,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T16:55:12.596Z","etag":null,"topics":["deno","logging","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/grian32.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":"2021-05-17T01:41:29.000Z","updated_at":"2024-07-09T03:49:22.000Z","dependencies_parsed_at":"2025-04-09T23:45:37.136Z","dependency_job_id":null,"html_url":"https://github.com/grian32/glogger","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/grian32/glogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grian32%2Fglogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grian32%2Fglogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grian32%2Fglogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grian32%2Fglogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grian32","download_url":"https://codeload.github.com/grian32/glogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grian32%2Fglogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280151544,"owners_count":26281249,"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-10-20T02:00:06.978Z","response_time":62,"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":["deno","logging","typescript"],"created_at":"2025-10-20T19:58:08.963Z","updated_at":"2025-10-20T19:58:10.352Z","avatar_url":"https://github.com/grian32.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glogger\nA simple logger for Deno\n\n![image](https://user-images.githubusercontent.com/54550982/125192859-81559f80-e252-11eb-8829-31d6f9423090.png)\n\n## Example Code\n\n### Regular Logging\n```typescript\nimport GLogger from \"https://deno.land/x/glogger@2.1.0/mod.ts\";\n\nlet logger = new GLogger(\"Example\");\nlogger.info(\"Hello from Example\");\n```\n\n### File Logging\n\nTo enable file logging you must pass `true` to the `logToFile` parameter, and pass a location to the `logFolder` parameter, the `logFolder` paramater defaults to `./logs/`\n\n```typescript\nimport GLogger from \"https://deno.land/x/glogger@2.1.0/mod.ts\";\n\n// this enables file logging, and puts the `.log` files in `my/path/to/log/folder`\nlet logger = new GLogger(\"Example\", true, \"my/path/to/log/folder\");\nlogger.info(\"Hello from Example\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrian32%2Fglogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrian32%2Fglogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrian32%2Fglogger/lists"}