Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

vlogging-0.0.3-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page