Easy to use logger.
Project description
νlogging
Easy to use logger.
Installation
$ pip install vlogging
Install from github:
$ pip install git+https://github.com/yuyahnd/vlogging.git
To develop:
$ git clone https://github.com/yuyahnd/vlogging.git
$ pip install -e ./vlogging[dev]
Usage
>>> import vlogging
>>> vlogging.info("Hello vlogging!")
2023-02-10 15:24:31.358 INFO Hello vlogging!
import vlogging
logger = vlogging.getLogger(__name__)
logger.info("Hello vlogging!")
# 2023-02-10 15:24:31.358 INFO Hello vlogging!
License
This repository is licensed under the MIT license. See LICENSE for details.
© 2023 Yuya Honda
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vlogging-0.0.3.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file vlogging-0.0.3.tar.gz
.
File metadata
- Download URL: vlogging-0.0.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e550a19b9b68df2d51617ff05d269183e6df9f69c653c712341ca599e76fad7 |
|
MD5 | 11cf24e5b5ff64a9ec5c7506b47d036b |
|
BLAKE2b-256 | 3c62a53c6a037b4ba1e4f76b03a857938c016280b835f214370aaca58c9c8378 |
File details
Details for the file vlogging-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: vlogging-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a746238abde14cbc68c00402adb03ed88cd8b2b7a7c7004ab5462f2be8105f75 |
|
MD5 | 4201a3b3d461ab584ad7b80f0b5d1dfb |
|
BLAKE2b-256 | 321f873b9b24bf9ead67faf525be920f701d91a4c3bfa25e1842bec6a99de220 |