{"id":34020710,"url":"https://github.com/m1buchnev/console_logger","last_synced_at":"2026-03-08T22:32:02.215Z","repository":{"id":57698696,"uuid":"508724289","full_name":"m1buchnev/console_logger","owner":"m1buchnev","description":"Yet another logging package for Python.","archived":false,"fork":false,"pushed_at":"2022-09-08T20:20:09.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T03:56:17.753Z","etag":null,"topics":["console","logger","logging"],"latest_commit_sha":null,"homepage":"","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/m1buchnev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-29T14:24:29.000Z","updated_at":"2022-09-12T01:03:49.000Z","dependencies_parsed_at":"2022-08-25T18:03:01.814Z","dependency_job_id":null,"html_url":"https://github.com/m1buchnev/console_logger","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/m1buchnev/console_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1buchnev%2Fconsole_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1buchnev%2Fconsole_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1buchnev%2Fconsole_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1buchnev%2Fconsole_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1buchnev","download_url":"https://codeload.github.com/m1buchnev/console_logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1buchnev%2Fconsole_logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30275536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["console","logger","logging"],"created_at":"2025-12-13T15:04:38.396Z","updated_at":"2026-03-08T22:32:02.181Z","avatar_url":"https://github.com/m1buchnev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Inspired by the original __logging__ package from Python.*\n\n## About this package\n\n*Console logger* is a simple logging package for Python. The main feature of the package is an ability to log messages in different ways. \nLog records can be output as follows:\n\n- console output; \n- output to a file; \n- both console and file output.\n\n## Supported features\n\n- easy access to logger at module level\n- logging record can be emitted with specified keywords without logger changing\n- colored output in console\n- rotating text files when the current file reaches a certain size\n\n## Usage\n\n### How to install\n\n```commandline\npip install console_logger\n```\n\n### How to use\n\n1. Import the package.\n\n   ```python\n   import console_logger\n    ```\n\n2. Create a logger instance...\n\n   ```python\n   my_logger = console_logger.Logger()\n    ```\n   \n3. ... and use it for logging messages.\n   \n   ```python\n   my_logger.info(\"My message with severity 'INFO'.\")\n   ```\n\n### Examples\n\n```pycon\n\u003e\u003e\u003e import console_logger\n\u003e\u003e\u003e my_logger = console_logger.Logger()\n\u003e\u003e\u003e my_logger.info('Here we go!')\n08.09.22 00:01:55.123 [  INFO  ] Here we go!\n\u003e\u003e\u003e my_logger.debug('This message will not be displayed')\n\u003e\u003e\u003e my_logger.error('Oops!')\n08.09.22 00:01:57.456 [ ERROR  ] Oops!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1buchnev%2Fconsole_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1buchnev%2Fconsole_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1buchnev%2Fconsole_logger/lists"}