loggings


Nameloggings JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Chitaoji/loggings/
SummaryProvides more logging tools.
upload_time2025-08-18 05:50:23
maintainerNone
docs_urlNone
authorChitaoji
requires_python>=3.12.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# loggings
Provides more logging tools.

## Installation
```sh
$ pip install loggings
```

## Usage
```py
>>> import loggings

>>> loggings.warning("hello")
WARNING:root:hello

>>> loggings.get_logger("here", loggings.DEBUG).debug("hello")
DEBUG:here:hello
```

## See Also
### Github repository
* https://github.com/Chitaoji/loggings/

### PyPI project
* https://pypi.org/project/loggings/

## License
This project falls under the BSD 3-Clause License.

## History
### v0.0.4
* Updated the message logged by `log()` when `line_info` is True.

### v0.0.3
* New keyword-only argument `line_info` for `log()`, `debug()`, etc. 

### v0.0.2
* New function `log()`, which logs a message with the integer severity `level` on the module logger.

### v0.0.1
* Initial release.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Chitaoji/loggings/",
    "name": "loggings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chitaoji",
    "author_email": "2360742040@qq.com",
    "download_url": null,
    "platform": null,
    "description": "\n# loggings\nProvides more logging tools.\n\n## Installation\n```sh\n$ pip install loggings\n```\n\n## Usage\n```py\n>>> import loggings\n\n>>> loggings.warning(\"hello\")\nWARNING:root:hello\n\n>>> loggings.get_logger(\"here\", loggings.DEBUG).debug(\"hello\")\nDEBUG:here:hello\n```\n\n## See Also\n### Github repository\n* https://github.com/Chitaoji/loggings/\n\n### PyPI project\n* https://pypi.org/project/loggings/\n\n## License\nThis project falls under the BSD 3-Clause License.\n\n## History\n### v0.0.4\n* Updated the message logged by `log()` when `line_info` is True.\n\n### v0.0.3\n* New keyword-only argument `line_info` for `log()`, `debug()`, etc. \n\n### v0.0.2\n* New function `log()`, which logs a message with the integer severity `level` on the module logger.\n\n### v0.0.1\n* Initial release.\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Provides more logging tools.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Chitaoji/loggings/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a71ec21d99c9c42c7b069cf633cf94e1efb2f2b9f381d718308384e8b76280e0",
                "md5": "ebb2d70c7a0dd9717311485a5b08e9a6",
                "sha256": "b3cf62a8d388dd3ece9899e60e66770236e998c6df9870e4e907aa0095f8d121"
            },
            "downloads": -1,
            "filename": "loggings-0.0.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebb2d70c7a0dd9717311485a5b08e9a6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.12.7",
            "size": 4604,
            "upload_time": "2025-08-18T05:50:23",
            "upload_time_iso_8601": "2025-08-18T05:50:23.960471Z",
            "url": "https://files.pythonhosted.org/packages/a7/1e/c21d99c9c42c7b069cf633cf94e1efb2f2b9f381d718308384e8b76280e0/loggings-0.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 05:50:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chitaoji",
    "github_project": "loggings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "loggings"
}
        
Elapsed time: 0.86217s