Implement logs with unique uuid identifier.
Project description
logger uuid
This project was created with the purpose of adding a unique identifier to the logs.
Installation
pip install logger-uuid
Usage
from logger_uuid import Logger
class Test:
def __init__(self, logger: Logger):
self.logger = logger
async def get_test(self):
self.logger.log_info("log info example")
self.logger.log_warning("log warning example")
...
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
logger-uuid-1.0.0.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for logger_uuid-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 590102de05b4d1a153bce8854637829913e46a8333d78428754d81b6c48c2f99 |
|
MD5 | 80b17d4fc8c3965f48ca8180f9a79ca1 |
|
BLAKE2b-256 | 61d38c21fdf1a699ba83d5d95af15c14c61b545fd6e50c871567da775c24afda |