# customisedLogs v1.5.0
```pip install customisedlogs --upgrade```
###### <br>A well maintained program to have coloured logs on the terminal. This would help isolate errors and success messages from each other just by their colours.
<br>To install:
```
pip install customisedlogs --upgrade
pip3 install customisedlogs --upgrade
python -m pip install customisedlogs --upgrade
python3 -m pip install customisedlogs --upgrade
```
#### <br><br>Using this program is as simple as:
```
from customisedLogs import Manager as LogManager
logger = LogManager()
logger.fatal("SERVER", "Unhandled Exception", "Overloaded")
logger.failed("SERVER", "Unable to connect..")
logger.success("NETWORK", "Successfully connected", "Bi-directional", "lat: 1ms")
logger.info("CLIENT", "Port reserved")
logger.skip("PROGRAM", "Started...")
```
And it would look like:
![output-readme.png](https://raw.githubusercontent.com/BhaskarPanja93/customisedLogs/master/output-readme.png?raw=True)
### Future implementations:
* Let user change the default RGB values.
* Add more verbose levels.
* Customised verbose levels.
* Skip same log if repeated within a time-frame.
* Different formats. Compatible to render on HTML or any other stdout method.
###### <br>This project is always open to suggestions and feature requests.
Raw data
{
"_id": null,
"home_page": null,
"name": "customisedLogs",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Bhindi <bhaskarpanja93@gmail.com>, riyapuri0710 <riyapuri0710@gmail.com>",
"keywords": "log, logs, pretty, prettified, color, colored, coloured logs, colored terminal, logger",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7c/84/7a88dcc67b575b37fc2788dc276cd529c221f73596240a22be2686153136/customisedlogs-1.5.0.tar.gz",
"platform": null,
"description": "# customisedLogs v1.5.0\n\n```pip install customisedlogs --upgrade```\n\n###### <br>A well maintained program to have coloured logs on the terminal. This would help isolate errors and success messages from each other just by their colours.\n\n\n<br>To install: \n```\npip install customisedlogs --upgrade\npip3 install customisedlogs --upgrade\npython -m pip install customisedlogs --upgrade\npython3 -m pip install customisedlogs --upgrade\n```\n\n\n#### <br><br>Using this program is as simple as:\n```\nfrom customisedLogs import Manager as LogManager\n\nlogger = LogManager()\n\nlogger.fatal(\"SERVER\", \"Unhandled Exception\", \"Overloaded\")\nlogger.failed(\"SERVER\", \"Unable to connect..\")\nlogger.success(\"NETWORK\", \"Successfully connected\", \"Bi-directional\", \"lat: 1ms\")\nlogger.info(\"CLIENT\", \"Port reserved\")\nlogger.skip(\"PROGRAM\", \"Started...\")\n```\nAnd it would look like:\n![output-readme.png](https://raw.githubusercontent.com/BhaskarPanja93/customisedLogs/master/output-readme.png?raw=True)\n\n\n### Future implementations:\n* Let user change the default RGB values.\n* Add more verbose levels.\n* Customised verbose levels.\n* Skip same log if repeated within a time-frame.\n* Different formats. Compatible to render on HTML or any other stdout method.\n\n\n###### <br>This project is always open to suggestions and feature requests.\n",
"bugtrack_url": null,
"license": null,
"summary": "A well maintained program to have coloured logs on the terminal. This would help isolate errors and success messages from each other just by their colours.",
"version": "1.5.0",
"project_urls": {
"Homepage": "https://github.com/BhaskarPanja93/customisedLogs"
},
"split_keywords": [
"log",
" logs",
" pretty",
" prettified",
" color",
" colored",
" coloured logs",
" colored terminal",
" logger"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9dbfb4e8741e203b0f3e57cf343087ef694481f385c7aae8110020a368e0cfec",
"md5": "fddd015b768718f70fe87704905ff3d0",
"sha256": "165128fc6de484cad22a5cd69607bbfb1fb7d29b9d49f86895673529bc8db414"
},
"downloads": -1,
"filename": "customisedLogs-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fddd015b768718f70fe87704905ff3d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3425,
"upload_time": "2024-04-23T17:23:42",
"upload_time_iso_8601": "2024-04-23T17:23:42.598595Z",
"url": "https://files.pythonhosted.org/packages/9d/bf/b4e8741e203b0f3e57cf343087ef694481f385c7aae8110020a368e0cfec/customisedLogs-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c847a88dcc67b575b37fc2788dc276cd529c221f73596240a22be2686153136",
"md5": "70d4386a83c6ee5220a7748ab16f38f8",
"sha256": "4906c5165c3f877a631e7e536ca902b083dbb15c6fecbaf66d918cd2fb9c9416"
},
"downloads": -1,
"filename": "customisedlogs-1.5.0.tar.gz",
"has_sig": false,
"md5_digest": "70d4386a83c6ee5220a7748ab16f38f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3317,
"upload_time": "2024-04-23T17:23:57",
"upload_time_iso_8601": "2024-04-23T17:23:57.984351Z",
"url": "https://files.pythonhosted.org/packages/7c/84/7a88dcc67b575b37fc2788dc276cd529c221f73596240a22be2686153136/customisedlogs-1.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-23 17:23:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BhaskarPanja93",
"github_project": "customisedLogs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "customisedlogs"
}