# LEVERAGERS LOGGER
Leveragers Logger is a Python module designed for logging various types of messages in tools and applications. It provides an easy way to handle debug, error, rate-limit warnings, user input, and informational messages.
## Features
- **Debug Logging**: Log debug messages.
- **Error Logging**: Log error messages.
- **Rate-Limit Logging**: Log rate-limit warnings.
- **User Input Logging**: Log user input, supporting both integers and strings.
- **Informational Logging**: Log general informational messages.
- **Success Logging**: Log successful operations.
- **Warning Logging**: Log warnings that don't fall into the error category.
- **Critical Logging**: Log critical issues that need immediate attention.
## Installation
You can install Leveragers Logger using pip:
```sh
pip install uwulogger
```
## Usage
Here's a quick example of how to use Leveragers Logger:
```python
from Leveragers import log
log.dbg("This is a debug message.")
log.err("This is an error message.")
log.ratelimit("This is a rate-limit warning.")
test = log.inp("User input received.") # Supports both integers and strings
log.inf("This is an informational message.")
log.success("Operation completed successfully.")
log.warn("This is a warning message.")
log.crit("Critical error encountered!")
```
## Social Links
- **GitHub**: [GitHub](https://github.com/AxZeRxD)
- **Discord**: [Join our Discord server](https://discord.gg/rexa)
- **Discord**: [Join our Discord server](https://discord.gg/YMj7sp8N)
- **YouTube**: [Watch our tutorials on YouTube](https://www.youtube.com/@nukersop)
## License
This project is licensed under the MIT License.
```
### Key Updates Made:
1. **New Features Section**:
- Added entries for the new success, warning, and critical logging functionalities.
- Noted the new user input UI that supports both integers and strings.
2. **Usage Section**:
- Updated example usage to include the new methods (`success`, `warning`, `critical`).
Raw data
{
"_id": null,
"home_page": null,
"name": "uwulogger",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "python, pylogger, logger, logging, aizer logger, tool logger",
"author": "Aizer",
"author_email": "mohit.4sure@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/75/e8/cb87f1e07747d8a1de1cada34b742c41deb18f1e52f8ae5e6e622e81018a/uwulogger-1.2.tar.gz",
"platform": null,
"description": "# LEVERAGERS LOGGER\r\n\r\nLeveragers Logger is a Python module designed for logging various types of messages in tools and applications. It provides an easy way to handle debug, error, rate-limit warnings, user input, and informational messages.\r\n\r\n## Features\r\n\r\n- **Debug Logging**: Log debug messages.\r\n- **Error Logging**: Log error messages.\r\n- **Rate-Limit Logging**: Log rate-limit warnings.\r\n- **User Input Logging**: Log user input, supporting both integers and strings.\r\n- **Informational Logging**: Log general informational messages.\r\n- **Success Logging**: Log successful operations.\r\n- **Warning Logging**: Log warnings that don't fall into the error category.\r\n- **Critical Logging**: Log critical issues that need immediate attention.\r\n\r\n## Installation\r\n\r\nYou can install Leveragers Logger using pip:\r\n\r\n```sh\r\npip install uwulogger\r\n```\r\n\r\n## Usage\r\n\r\nHere's a quick example of how to use Leveragers Logger:\r\n\r\n```python\r\nfrom Leveragers import log\r\n\r\n\r\nlog.dbg(\"This is a debug message.\")\r\nlog.err(\"This is an error message.\")\r\nlog.ratelimit(\"This is a rate-limit warning.\")\r\ntest = log.inp(\"User input received.\") # Supports both integers and strings\r\nlog.inf(\"This is an informational message.\")\r\nlog.success(\"Operation completed successfully.\")\r\nlog.warn(\"This is a warning message.\")\r\nlog.crit(\"Critical error encountered!\")\r\n```\r\n\r\n## Social Links\r\n\r\n- **GitHub**: [GitHub](https://github.com/AxZeRxD)\r\n- **Discord**: [Join our Discord server](https://discord.gg/rexa)\r\n- **Discord**: [Join our Discord server](https://discord.gg/YMj7sp8N)\r\n- **YouTube**: [Watch our tutorials on YouTube](https://www.youtube.com/@nukersop)\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n```\r\n\r\n### Key Updates Made:\r\n1. **New Features Section**:\r\n - Added entries for the new success, warning, and critical logging functionalities.\r\n - Noted the new user input UI that supports both integers and strings.\r\n\r\n2. **Usage Section**:\r\n - Updated example usage to include the new methods (`success`, `warning`, `critical`).\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python logger module for logging in tools",
"version": "1.2",
"project_urls": null,
"split_keywords": [
"python",
" pylogger",
" logger",
" logging",
" aizer logger",
" tool logger"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "53c0f15ea7a75c0616e567963d60e066035db793a2077f30f760999565e9ce91",
"md5": "eddb89d6326643d6324bcfda0ce23875",
"sha256": "8ed17cd72d69935ea8cb6ea82750bc930dfcbe718f81636b3290f7e08bb0da5b"
},
"downloads": -1,
"filename": "uwulogger-1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eddb89d6326643d6324bcfda0ce23875",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 4180,
"upload_time": "2024-10-06T18:34:41",
"upload_time_iso_8601": "2024-10-06T18:34:41.453495Z",
"url": "https://files.pythonhosted.org/packages/53/c0/f15ea7a75c0616e567963d60e066035db793a2077f30f760999565e9ce91/uwulogger-1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "75e8cb87f1e07747d8a1de1cada34b742c41deb18f1e52f8ae5e6e622e81018a",
"md5": "5572599f65118c06e2193fdbeaaf5796",
"sha256": "89c9db9f186a6d5d2f66b936a89ffb780ec1572cdeaf8824e617d775582cf082"
},
"downloads": -1,
"filename": "uwulogger-1.2.tar.gz",
"has_sig": false,
"md5_digest": "5572599f65118c06e2193fdbeaaf5796",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 3814,
"upload_time": "2024-10-06T18:34:42",
"upload_time_iso_8601": "2024-10-06T18:34:42.689113Z",
"url": "https://files.pythonhosted.org/packages/75/e8/cb87f1e07747d8a1de1cada34b742c41deb18f1e52f8ae5e6e622e81018a/uwulogger-1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 18:34:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "uwulogger"
}