{"id":26105811,"url":"https://github.com/loggingpython-community/loggingpython","last_synced_at":"2025-07-12T14:34:25.654Z","repository":{"id":226639372,"uuid":"769251173","full_name":"loggingpython-Community/loggingpython","owner":"loggingpython-Community","description":"`loggingpython` is a Python package which provides a simple and extensible way to integrate logging into your applications. The package starts with a basic logger and can be extended with additional functions to meet the requirements of your application.","archived":false,"fork":false,"pushed_at":"2024-04-12T15:26:23.000Z","size":143,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T06:47:40.279Z","etag":null,"topics":["community-project","debugging","developer-tools","error-handling","log-management","logging","mit-license","monitoring","open-source","python","python-3","python-library","python-package","software-development"],"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/loggingpython-Community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-08T16:49:46.000Z","updated_at":"2024-04-15T20:41:39.457Z","dependencies_parsed_at":"2024-03-24T15:27:45.907Z","dependency_job_id":"5e418a56-b6e7-41c0-92de-1a258a65658c","html_url":"https://github.com/loggingpython-Community/loggingpython","commit_stats":null,"previous_names":["loggingpython-community/loggingpython"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loggingpython-Community%2Floggingpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loggingpython-Community%2Floggingpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loggingpython-Community%2Floggingpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loggingpython-Community%2Floggingpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loggingpython-Community","download_url":"https://codeload.github.com/loggingpython-Community/loggingpython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618714,"owners_count":21134285,"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":["community-project","debugging","developer-tools","error-handling","log-management","logging","mit-license","monitoring","open-source","python","python-3","python-library","python-package","software-development"],"created_at":"2025-03-09T21:54:08.040Z","updated_at":"2025-04-12T19:21:50.340Z","avatar_url":"https://github.com/loggingpython-Community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loggingpython\n\n`loggingpython` is a Python library that provides a simple and extensible way to integrate logging into Python applications. In contrast to the standard logging library, `loggingpython` offers a completely independent implementation of handlers and loggers that have been specially developed for the requirements of modern applications.\n\n## Features\n\n- **Simple Logger**: Begin with a basic logger and extend it with additional functions.\n- **Extensible**: Easily add more functionality to meet your application's logging needs.\n- **Customizable**: Tailor the logging system to your specific requirements.\n\n## Installation\n\nYou can install `loggingpython` using pip:\n```bash\npip install loggingpython\n```\n\nAlternatively, you can install the latest development version directly from GitHub:\n```bash\ngit clone https://github.com/loggingpython-Community/loggingpython.git\ncd loggingpython\npip install .\n```\n\n## Quick start\n\nTo use `loggingpython`, you first need to import the package and create a logger:\n```python\nimport loggingpython as lp\n\n# Create a simple logger with a file handler and a console handler\nlogger = lp.getBasicLogger()\n```\n\nYou can add various handlers to your logger to customize how log messages are handled:\n```python\n# Log messages at different levels\nlogger.debug(\"This is a debug message.\")\nlogger.info(\"This is an info message.\")\nlogger.warning(\"This is a warning.\")\nlogger.error(\"This is an error.\")\nlogger.critical(\"This is a critical error.\")\n```\n\n## Contributing\n\nWe welcome contributions to `loggingpython`. If you have feedback, suggestions, or would like to contribute, please visit our [GitHub repository](https://github.com/loggingpython-Community/loggingpython).\n\n## License\n\n`loggingpython` is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n## Further Resources\n\n- [Documentation](https://github.com/loggingpython-Community/loggingpython/wiki)\n- [GitHub Repository](https://github.com/loggingpython-Community/loggingpython)\n- [Issue Tracker](https://github.com/loggingpython-Community/loggingpython/issues)\n- [Changelog](https://github.com/loggingpython-Community/loggingpython/blob/main/CHANGELOG.md)\n- [PyPi](https://pypi.org/project/loggingpython/)\n\n## Social Media\n\n- [GitHub](https://github.com/loggingpython-Community)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floggingpython-community%2Floggingpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floggingpython-community%2Floggingpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floggingpython-community%2Floggingpython/lists"}