{"id":18869536,"url":"https://github.com/markjay4k/clogger","last_synced_at":"2026-02-14T07:30:17.300Z","repository":{"id":212406465,"uuid":"731411435","full_name":"markjay4k/clogger","owner":"markjay4k","description":"Simple python logger with colors","archived":false,"fork":false,"pushed_at":"2024-02-18T19:13:06.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T23:33:54.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markjay4k.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}},"created_at":"2023-12-14T02:53:20.000Z","updated_at":"2024-01-21T00:19:14.000Z","dependencies_parsed_at":"2023-12-30T03:26:54.091Z","dependency_job_id":"894e6769-d03c-4bcb-a905-9ed1fd9ce958","html_url":"https://github.com/markjay4k/clogger","commit_stats":null,"previous_names":["markjay4k/clogger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjay4k%2Fclogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjay4k%2Fclogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjay4k%2Fclogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjay4k%2Fclogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markjay4k","download_url":"https://codeload.github.com/markjay4k/clogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816513,"owners_count":19701753,"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":[],"created_at":"2024-11-08T05:16:58.256Z","updated_at":"2026-02-14T07:30:17.222Z","avatar_url":"https://github.com/markjay4k.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLOGGER\n\nA simple python logger with a funny name\n\n## FEATURES\n\n- Rotating logfiles\n- Loglevel colors\n- Aligned module names\n- Additional `mods` dataclass for adding colors to text\n\n## USAGE\n\n```python\n    import clogger\n\n    log = clogger.log('DEBUG', logger_name='test')\n    log.debug('debug message')\n    log.info('info message')\n    log.warning('warning message')\n    log.error('error message')\n    log.critical('critical message')\n```\n\nAnd the output \n\n```bash\n    2024-02-18 19:03:25|    test    DEBUG| debug message\n    2024-02-18 19:03:25|    test     INFO| info message\n    2024-02-18 19:03:25|    test  WARNING| warning message\n    2024-02-18 19:03:25|    test    ERROR| error message\n    2024-02-18 19:03:25|    test CRITICAL| critical message\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjay4k%2Fclogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkjay4k%2Fclogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjay4k%2Fclogger/lists"}