logging utility
Project description
balsa (logging utility)
Simple to use package that sets up Python logging. With just a few lines of code get well formatted file and console or GUI logging.
Simple Example
from balsa import get_logger, Balsa
application_name = 'example'
log = get_logger(application_name)
def main():
balsa = Balsa(application_name, 'james abel')
balsa.init_logger()
log.error('my error example')
Where did the name come from?
Balsa lumber is very soft and light, with a coarse, open grain. The Balsa package is light weight, malleable, and open source.
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
balsa-0.0.3.tar.gz
(3.4 kB
view details)
File details
Details for the file balsa-0.0.3.tar.gz
.
File metadata
- Download URL: balsa-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a2b2d9036958f742812267f16214a703b65c421de6e0a9e1d0821c5a49f9b6e |
|
MD5 | 0f9abdfd7602a89b419bcf9f4d514182 |
|
BLAKE2b-256 | e8b0bcd1d03555971aa67af39bbe754542489c3b5f063bfd460ae65c27c9ca56 |