{"id":36972285,"url":"https://github.com/gethgr/django-base-logger","last_synced_at":"2026-01-13T21:56:41.374Z","repository":{"id":330641520,"uuid":"1123446124","full_name":"gethgr/django-base-logger","owner":"gethgr","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-26T22:43:23.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-28T13:05:27.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/gethgr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-26T22:23:53.000Z","updated_at":"2025-12-26T22:43:22.000Z","dependencies_parsed_at":"2025-12-28T13:05:35.282Z","dependency_job_id":null,"html_url":"https://github.com/gethgr/django-base-logger","commit_stats":null,"previous_names":["gethgr/django-base-logger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gethgr/django-base-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethgr%2Fdjango-base-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethgr%2Fdjango-base-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethgr%2Fdjango-base-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethgr%2Fdjango-base-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gethgr","download_url":"https://codeload.github.com/gethgr/django-base-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethgr%2Fdjango-base-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2026-01-13T21:56:41.288Z","updated_at":"2026-01-13T21:56:41.369Z","avatar_url":"https://github.com/gethgr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Base Logger\n\nReusable Django logger package with a simple `BaseLogger` class.  \nDesigned for all projects: lightweight, console logging, and easily extensible.\n\n## Features\n\n- Core `BaseLogger` class for console logging\n- Supports logging levels: `info`, `warning`, `error`\n- Extensible via `handlers.py` and `utils.py` for project-specific needs\n- Minimal dependencies (built-in `logging` module only)\n- Ready to use in any Django or Python project\n\n## Installation\n\nInstall via poetry:\n\n```bash\npoetry add git+https://git@github.com:gethgr/django-base-logger.git\n```\n\nExtending the BaseLogger\n\nYou can create a custom logger for your project:\n\n\nfrom django_base_logger.logger import BaseLogger\n\nclass CustomLogger(BaseLogger):\n    def debug(self, msg: str):\n        self.logger.debug(msg)\n\nYou can also add custom handlers or utility functions in handlers.py and utils.py.\n\nRequirements\n\nPython 3.12+ (compatible with Django projects)\n\nNo additional dependencies (uses Python built-in logging)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgethgr%2Fdjango-base-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgethgr%2Fdjango-base-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgethgr%2Fdjango-base-logger/lists"}